Home | History | Annotate | Download | only in CholmodSupport

Lines Matching refs:eigen_assert

42     eigen_assert(false && "Scalar type not supported by CHOLMOD");
82 eigen_assert(false && "Index type different than int is not supported yet");
200 eigen_assert(m_isInitialized && "Decomposition is not initialized.");
220 eigen_assert(m_isInitialized && "LLT is not initialized.");
221 eigen_assert(rows()==b.rows()
234 eigen_assert(m_isInitialized && "LLT is not initialized.");
235 eigen_assert(rows()==b.rows()
270 eigen_assert(m_analysisIsOk && "You must first call analyzePattern()");
287 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or symbolic()/numeric()");
289 eigen_assert(size==b.rows());
307 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or symbolic()/numeric()");
309 eigen_assert(size==b.rows());