Searched refs:mp_mat (Results 1 – 1 of 1) sorted by relevance
33 Index rows() const { return mp_mat->rows(); } in rows()34 Index cols() const { return mp_mat->cols(); } in cols()42 MatrixReplacement() : mp_mat(0) {} in MatrixReplacement()45 mp_mat = &mat; in attachMyMatrix()47 const SparseMatrix<double> my_matrix() const { return *mp_mat; } in my_matrix()50 const SparseMatrix<double> *mp_mat; member in MatrixReplacement