/*! * \file v3.h * \brief v3 part of the exercise header file. * * \author * Christos Choutouridis AEM:8997 * */ #ifndef V3_H_ #define V3_H_ #include namespace v3 { using matrix = SpMat; int triang_count (matrix& A); }; #endif /* V3_H_ */