Searched refs:analyzePattern (Results 1 – 15 of 15) sorted by relevance
224 void analyzePattern(ColSpMatrix& mat);299 analyzePattern(mat); 307 void PastixBase<Derived>::analyzePattern(ColSpMatrix& mat)448 void analyzePattern(const MatrixType& matrix)453 Base::analyzePattern(temp);558 void analyzePattern(const MatrixType& matrix)562 Base::analyzePattern(temp);642 void analyzePattern(const MatrixType& matrix)646 Base::analyzePattern(temp);
230 void analyzePattern(const MatrixType& a, bool doLDLT)376 void analyzePattern(const MatrixType& a)378 Base::analyzePattern(a, false);473 void analyzePattern(const MatrixType& a)475 Base::analyzePattern(a, true);568 void analyzePattern(const MatrixType& a)570 Base::analyzePattern(a, m_LDLT);
59 DiagonalPreconditioner& analyzePattern(const MatType& ) in analyzePattern() function145 LeastSquareDiagonalPreconditioner& analyzePattern(const MatType& ) in analyzePattern() function210 IdentityPreconditioner& analyzePattern(const MatrixType& ) { return *this; } in analyzePattern() function
149 void analyzePattern(const MatrixType& amat);162 analyzePattern(amat); in compute()223 void IncompleteLUT<Scalar,StorageIndex>::analyzePattern(const _MatrixType& amat) in analyzePattern() function
197 Derived& analyzePattern(const EigenBase<MatrixDerived>& A) in analyzePattern() function200 m_preconditioner.analyzePattern(matrix()); in analyzePattern()
117 void analyzePattern(const MatrixType& mat) in analyzePattern() function149 analyzePattern(mat); in compute()
367 derived().analyzePattern(matrix);377 void analyzePattern(const MatrixType& /*matrix*/)524 void analyzePattern(const MatrixType& matrix)528 Base::analyzePattern(matrix);871 void analyzePattern(const MatrixType& matrix)873 Base::analyzePattern(matrix);
73 solver.analyzePattern(A); in main()
116 void analyzePattern (const MatrixType& matrix);127 analyzePattern(matrix); in compute()411 void SparseLU<MatrixType, OrderingType>::analyzePattern(const MatrixType& mat) in analyzePattern() function
116 analyzePattern(mat);119 void analyzePattern(const MatrixType& mat);307 void SparseQR<MatrixType,OrderingType>::analyzePattern(const MatrixType& mat)
166 Derived& analyzePattern(const MatrixType& matrix);280 Derived& PardisoImpl<Derived>::analyzePattern(const MatrixType& a)
234 analyzePattern(matrix);245 void analyzePattern(const MatrixType& matrix)
126 solver.analyzePattern(A); // for this step the numerical values of A are not used137 The compute() method is equivalent to calling both analyzePattern() and factorize().145 …ss of solvers precisely, the compute step is further subdivided into analyzePattern() and factoriz…147 The goal of analyzePattern() is to reorder the nonzero elements of the matrix, such that the factor…
258 void analyzePattern(const InputMatrixType& matrix) in analyzePattern() function
76 solver.analyzePattern(A); in check_sparse_solving()