Lines Matching defs: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)
641 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or analyzePattern()/factorize()");
691 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for extracting factors, you must first call either compute() or analyzePattern()/factorize()");
777 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()");
847 * \sa factorize()
860 void factorize(const MatrixType& matrix);
919 void SuperILU<MatrixType>::factorize(const MatrixType& a)
952 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or analyzePattern()/factorize()");