HomeSort by relevance Sort by last modified time
    Searched refs:UmfPackLU (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/
umfpack_support.cpp 16 UmfPackLU<SparseMatrix<T, ColMajor> > umfpack_colmajor;
17 UmfPackLU<SparseMatrix<T, RowMajor> > umfpack_rowmajor;
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 124 class UmfPackLU : internal::noncopyable
139 UmfPackLU() { init(); }
141 UmfPackLU(const MatrixType& matrix)
147 ~UmfPackLU()
206 inline const internal::solve_retval<UmfPackLU, Rhs> solve(const MatrixBase<Rhs>& b) const
208 eigen_assert(m_isInitialized && "UmfPackLU is not initialized.");
210 && "UmfPackLU::solve(): invalid number of rows of the right hand side matrix b");
211 return internal::solve_retval<UmfPackLU, Rhs>(*this, b.derived());
219 // inline const internal::sparse_solve_retval<UmfPAckLU, Rhs> solve(const SparseMatrixBase<Rhs>& b) const
221 // eigen_assert(m_isInitialized && "UmfPAckLU is not initialized.")
    [all...]
  /external/eigen/bench/spbench/
spbenchsolver.h 297 UmfPackLU<SpMat> solver;

Completed in 177 milliseconds