// Header file printvec.hh ( --> printvec.cc) // declarations of functions from printvec.cc void PrintVec(const int n, const double x[]); void PrintMat(const int nrow, const int ncol, const double a[]);