Searched refs:analyzePattern (Results 1 – 17 of 17) sorted by relevance
243 void analyzePattern(ColSpMatrix& mat);319 analyzePattern(mat); 328 void PastixBase<Derived>::analyzePattern(ColSpMatrix& mat)467 void analyzePattern(const MatrixType& matrix)472 Base::analyzePattern(temp);575 void analyzePattern(const MatrixType& matrix)579 Base::analyzePattern(temp);656 void analyzePattern(const MatrixType& matrix)660 Base::analyzePattern(temp);
208 void analyzePattern(const MatrixType& a, bool doLDLT) in analyzePattern() function352 void analyzePattern(const MatrixType& a)354 Base::analyzePattern(a, false);447 void analyzePattern(const MatrixType& a)449 Base::analyzePattern(a, true);542 void analyzePattern(const MatrixType& a)544 Base::analyzePattern(a, m_LDLT);
55 DiagonalPreconditioner& analyzePattern(const MatType& ) in analyzePattern() function135 IdentityPreconditioner& analyzePattern(const MatrixType& ) { return *this; }
65 Derived& analyzePattern(const MatrixType& A) in analyzePattern() function67 m_preconditioner.analyzePattern(A); in analyzePattern()
138 void analyzePattern(const MatrixType& amat);151 analyzePattern(amat); in compute()222 void IncompleteLUT<Scalar>::analyzePattern(const _MatrixType& amat) in analyzePattern() function
335 derived().analyzePattern(matrix);371 void analyzePattern(const MatrixType& /*matrix*/)513 void analyzePattern(const MatrixType& matrix)517 Base::analyzePattern(matrix);850 void analyzePattern(const MatrixType& matrix)852 Base::analyzePattern(matrix);
73 solver.analyzePattern(A); in main()
74 void analyzePattern(const MatrixType& mat) in analyzePattern() function87 analyzePattern(matrix); in compute()
104 void analyzePattern (const MatrixType& matrix);115 analyzePattern(matrix); in compute()415 void SparseLU<MatrixType, OrderingType>::analyzePattern(const MatrixType& mat) in analyzePattern() function
100 analyzePattern(mat);103 void analyzePattern(const MatrixType& mat);282 void SparseQR<MatrixType,OrderingType>::analyzePattern(const MatrixType& mat)
214 analyzePattern(matrix); in compute()253 void analyzePattern(const MatrixType& matrix) in analyzePattern() function
157 Derived& analyzePattern(const MatrixType& matrix);308 Derived& PardisoImpl<Derived>::analyzePattern(const MatrixType& a)
91 solver.analyzePattern(A); // for this step the numerical values of A are not used102 The compute() method is equivalent to calling both analyzePattern() and factorize().108 …ss of solvers precisely, the compute step is further subdivided into analyzePattern() and factoriz…110 The goal of analyzePattern() is to reorder the nonzero elements of the matrix, such that the factor…
188 simplicial_ldlt_->analyzePattern(AtA); in SolveImplUsingEigen()
487 simplicial_ldlt_->analyzePattern(eigen_lhs); in SolveReducedLinearSystemUsingEigen()
248 void analyzePattern(const InputMatrixType& matrix)
42 solver.analyzePattern(A); in check_sparse_solving()