Home | History | Annotate | Download | only in SuperLUSupport

Lines Matching refs:factorize

336       derived().factorize(matrix);
369 * \sa factorize()
511 * \sa factorize()
526 void factorize(const MatrixType& matrix);
604 void SuperLU<MatrixType>::factorize(const MatrixType& a)
642 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or analyzePattern()/factorize()");
692 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for extracting factors, you must first call either compute() or analyzePattern()/factorize()");
778 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for computing the determinant, you must first call either compute() or analyzePattern()/factorize()");
848 * \sa factorize()
861 void factorize(const MatrixType& matrix);
920 void SuperILU<MatrixType>::factorize(const MatrixType& a)
953 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or analyzePattern()/factorize()");