Lines Matching defs:analyzePattern
335 derived().analyzePattern(matrix);
371 void analyzePattern(const MatrixType& /*matrix*/)
513 void analyzePattern(const MatrixType& matrix)
517 Base::analyzePattern(matrix);
524 * \sa analyzePattern()
606 eigen_assert(m_analysisIsOk && "You must first call analyzePattern()");
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()");
850 void analyzePattern(const MatrixType& matrix)
852 Base::analyzePattern(matrix);
859 * \sa analyzePattern()
922 eigen_assert(m_analysisIsOk && "You must first call analyzePattern()");
953 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or analyzePattern()/factorize()");