Searched refs:mp_matrix (Results 1 – 2 of 2) sorted by relevance
180 : m_dummy(0,0), mp_matrix(m_dummy) in UmfPackLU()187 : mp_matrix(matrix) in UmfPackLU()199 inline Index rows() const { return mp_matrix.rows(); } in rows()200 inline Index cols() const { return mp_matrix.cols(); } in cols()370 m_fact_errorCode = umfpack_symbolic(internal::convert_index<int>(mp_matrix.rows()), in analyzePattern_impl()371 internal::convert_index<int>(mp_matrix.cols()), in analyzePattern_impl()372 … mp_matrix.outerIndexPtr(), mp_matrix.innerIndexPtr(), mp_matrix.valuePtr(), in analyzePattern_impl()385 …m_fact_errorCode = umfpack_numeric(mp_matrix.outerIndexPtr(), mp_matrix.innerIndexPtr(), mp_matrix… in factorize_impl()396 mp_matrix.~UmfpackMatrixRef(); in grab()397 ::new (&mp_matrix) UmfpackMatrixRef(A.derived()); in grab()[all …]
114 : mp_matrix(0) in generic_matrix_wrapper()118 : mp_matrix(&mat) in generic_matrix_wrapper()123 return *mp_matrix; in matrix()128 mp_matrix = &mat; in grab()132 const ActualMatrixType *mp_matrix;