Home
last modified time | relevance | path

Searched refs:mp_mat (Results 1 – 1 of 1) sorted by relevance

/external/eigen/doc/examples/
Dmatrixfree_cg.cpp33 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