/external/eigen/Eigen/src/IterativeLinearSolvers/ |
BasicPreconditioners.h | 61 DiagonalPreconditioner& factorize(const MatType& mat) function in class:Eigen::DiagonalPreconditioner 80 return factorize(mat); 138 IdentityPreconditioner& factorize(const MatrixType& ) { return *this; } function in class:Eigen::IdentityPreconditioner
|
IncompleteLUT.h | 141 void factorize(const MatrixType& amat); 152 factorize(amat); 242 void IncompleteLUT<Scalar>::factorize(const _MatrixType& amat) function in class:Eigen::IncompleteLUT
|
IterativeSolverBase.h | 76 * Currently, this function mostly call factorize on the preconditioner. 83 Derived& factorize(const MatrixType& A) function in class:Eigen::IterativeSolverBase 87 m_preconditioner.factorize(A);
|
/external/eigen/Eigen/src/PaStiXSupport/ |
PaStiXSupport.h | 172 * \sa analyzePattern() factorize() 190 * \sa analyzePattern() factorize() 246 void factorize(ColSpMatrix& mat); 320 factorize(mat); 359 void PastixBase<Derived>::factorize(ColSpMatrix& mat) function in class:Eigen::PastixBase 453 * \sa analyzePattern() factorize() 465 * \sa factorize() 480 void factorize(const MatrixType& matrix) function in class:Eigen::PastixLU 484 Base::factorize(temp); 562 * \sa analyzePattern() factorize() 584 void factorize(const MatrixType& matrix) function in class:Eigen::PastixLLT 665 void factorize(const MatrixType& matrix) function in class:Eigen::PastixLDLT [all...] |
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
IncompleteCholesky.h | 82 void factorize(const MatrixType& amat); 88 factorize(matrix); 94 eigen_assert(m_factorizationIsOk && "factorize() should be called first"); 132 void IncompleteCholesky<Scalar,_UpLo, OrderingType>::factorize(const _MatrixType& mat) function in class:Eigen::IncompleteCholesky 179 //Left-looking factorize the column j
|
/external/eigen/Eigen/src/CholmodSupport/ |
CholmodSupport.h | 215 factorize(matrix); 251 * \sa factorize() 275 void factorize(const MatrixType& matrix) function in class:Eigen::CholmodBase
|
/external/eigen/Eigen/src/SparseCholesky/ |
SimplicialCholesky.h | 196 void factorize(const MatrixType& a) function in class:Eigen::SimplicialCholeskyBase 350 * \sa factorize() 363 void factorize(const MatrixType& a) function in class:Eigen::SimplicialLLT 365 Base::template factorize<false>(a); 445 * \sa factorize() 458 void factorize(const MatrixType& a) function in class:Eigen::SimplicialLDLT 460 Base::template factorize<true>(a); 540 * \sa factorize() 553 void factorize(const MatrixType& a) function in class:Eigen::SimplicialCholesky 556 Base::template factorize<true>(a) [all...] |
/external/eigen/Eigen/src/UmfPackSupport/ |
UmfPackSupport.h | 198 factorize(matrix); 231 * \sa factorize(), compute() 258 void factorize(const MatrixType& matrix) function in class:Eigen::UmfPackLU
|
/external/eigen/unsupported/Eigen/src/FFT/ |
ei_kissfft_impl.h | 39 void factorize(int nfft) function in struct:Eigen::internal::kiss_cpx_fft 395 pd.factorize(nfft);
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU.h | 52 * solver.factorize(A); 105 void factorize (const MatrixType& matrix); 116 //Factorize 117 factorize(matrix); 454 void SparseLU<MatrixType, OrderingType>::factorize(const MatrixType& matrix) function in class:Eigen::SparseLU
|
/external/eigen/Eigen/src/SparseQR/ |
SparseQR.h | 96 * \sa analyzePattern(), factorize() 101 factorize(mat); 104 void factorize(const MatrixType& mat); 319 void SparseQR<MatrixType,OrderingType>::factorize(const MatrixType& mat) function in class:Eigen::SparseQR
|
/external/eigen/Eigen/src/SuperLUSupport/ |
SuperLUSupport.h | 336 derived().factorize(matrix); 369 * \sa factorize() 511 * \sa factorize() 526 void factorize(const MatrixType& matrix); 604 void SuperLU<MatrixType>::factorize(const MatrixType& a) function in class:Eigen::SuperLU 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()"); 848 * \sa factorize() 861 void factorize(const MatrixType& matrix) 920 void SuperILU<MatrixType>::factorize(const MatrixType& a) function in class:Eigen::SuperILU [all...] |