Searched refs:my_matrix (Results 1 – 1 of 1) sorted by relevance
47 const SparseMatrix<double> my_matrix() const { return *mp_mat; } in my_matrix() function in MatrixReplacement74 dst += rhs(i) * lhs.my_matrix().col(i); in scaleAndAddTo()