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