Home
last modified time | relevance | path

Searched refs:analyzePattern (Results 1 – 15 of 15) sorted by relevance

/external/eigen/Eigen/src/PaStiXSupport/
DPaStiXSupport.h224 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);
/external/eigen/Eigen/src/SparseCholesky/
DSimplicialCholesky.h230 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);
/external/eigen/Eigen/src/IterativeLinearSolvers/
DBasicPreconditioners.h59 DiagonalPreconditioner& analyzePattern(const MatType& ) in analyzePattern() function
145 LeastSquareDiagonalPreconditioner& analyzePattern(const MatType& ) in analyzePattern() function
210 IdentityPreconditioner& analyzePattern(const MatrixType& ) { return *this; } in analyzePattern() function
DIncompleteLUT.h149 void analyzePattern(const MatrixType& amat);
162 analyzePattern(amat); in compute()
223 void IncompleteLUT<Scalar,StorageIndex>::analyzePattern(const _MatrixType& amat) in analyzePattern() function
DIterativeSolverBase.h197 Derived& analyzePattern(const EigenBase<MatrixDerived>& A) in analyzePattern() function
200 m_preconditioner.analyzePattern(matrix()); in analyzePattern()
DIncompleteCholesky.h117 void analyzePattern(const MatrixType& mat) in analyzePattern() function
149 analyzePattern(mat); in compute()
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h367 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);
/external/eigen/bench/spbench/
Dtest_sparseLU.cpp73 solver.analyzePattern(A); in main()
/external/eigen/Eigen/src/SparseLU/
DSparseLU.h116 void analyzePattern (const MatrixType& matrix);
127 analyzePattern(matrix); in compute()
411 void SparseLU<MatrixType, OrderingType>::analyzePattern(const MatrixType& mat) in analyzePattern() function
/external/eigen/Eigen/src/SparseQR/
DSparseQR.h116 analyzePattern(mat);
119 void analyzePattern(const MatrixType& mat);
307 void SparseQR<MatrixType,OrderingType>::analyzePattern(const MatrixType& mat)
/external/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h166 Derived& analyzePattern(const MatrixType& matrix);
280 Derived& PardisoImpl<Derived>::analyzePattern(const MatrixType& a)
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h234 analyzePattern(matrix);
245 void analyzePattern(const MatrixType& matrix)
/external/eigen/doc/
DSparseLinearSystems.dox126 solver.analyzePattern(A); // for this step the numerical values of A are not used
137 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…
/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h258 void analyzePattern(const InputMatrixType& matrix) in analyzePattern() function
/external/eigen/test/
Dsparse_solver.h76 solver.analyzePattern(A); in check_sparse_solving()