jacobi_oo_STL
jacsolve.h
Go to the documentation of this file.
1 #ifndef JACSOLVE_FILE
2 #define JACSOLVE_FILE
3 #include "getmatrix.h"
4 #include <vector>
5 
6 
15 void JacobiSolve(CRS_Matrix const &SK, std::vector<double> const &f, std::vector<double> &u);
16 
17 
18 #endif
CRS_Matrix
Definition: getmatrix.h:42
getmatrix.h
JacobiSolve
void JacobiSolve(CRS_Matrix const &SK, std::vector< double > const &f, std::vector< double > &u)