HomeSort by relevance Sort by last modified time
    Searched full:mp_matrix (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 180 : m_dummy(0,0), mp_matrix(m_dummy)
187 : mp_matrix(matrix)
199 inline Index rows() const { return mp_matrix.rows(); }
200 inline Index cols() const { return mp_matrix.cols(); }
370 m_fact_errorCode = umfpack_symbolic(internal::convert_index<int>(mp_matrix.rows()),
371 internal::convert_index<int>(mp_matrix.cols()),
372 mp_matrix.outerIndexPtr(), mp_matrix.innerIndexPtr(), mp_matrix.valuePtr(),
385 m_fact_errorCode = umfpack_numeric(mp_matrix.outerIndexPtr(), mp_matrix.innerIndexPtr(), mp_matrix.valuePtr()
420 UmfpackMatrixRef mp_matrix; member in class:Eigen::UmfPackLU
    [all...]
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 114 : mp_matrix(0)
118 : mp_matrix(&mat)
123 return *mp_matrix;
128 mp_matrix = &mat;
132 const ActualMatrixType *mp_matrix; member in class:Eigen::internal::generic_matrix_wrapper

Completed in 95 milliseconds