Public Member Functions | |
DuneMatrix (const int rows, const int cols, const int *ia, const int *ja, const double *sa) | |
DuneMatrix (const Eigen::SparseMatrix< double, Eigen::RowMajor > &matrix) | |
create an ISTL BCRSMatrix from a Eigen::SparseMatrix | |
Protected Member Functions | |
void | init (const int rows, const int cols, const int *ia, const int *ja, const double *sa) |