Searched refs:factorize (Results 1 - 17 of 17) sorted by relevance

/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DBasicPreconditioners.h61 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
H A DIterativeSolverBase.h76 * 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);
H A DIncompleteLUT.h141 void factorize(const MatrixType& amat);
152 factorize(amat);
242 void IncompleteLUT<Scalar>::factorize(const _MatrixType& amat) function in class:Eigen::IncompleteLUT
/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h172 * \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/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h196 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<tru
[all...]
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteCholesky.h82 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/bench/spbench/
H A Dtest_sparseLU.cpp78 solver.factorize(A);
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h336 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(cons
920 void SuperILU<MatrixType>::factorize(const MatrixType& a) function in class:Eigen::SuperILU
[all...]
/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h96 * \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/UmfPackSupport/
H A DUmfPackSupport.h198 factorize(matrix);
231 * \sa factorize(), compute()
258 void factorize(const MatrixType& matrix) function in class:Eigen::UmfPackLU
/external/ceres-solver/internal/ceres/
H A Dsparse_normal_cholesky_solver.cc198 simplicial_ldlt_->factorize(AtA);
H A Dschur_complement_solver.cc497 simplicial_ldlt_->factorize(eigen_lhs);
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h215 factorize(matrix);
251 * \sa factorize()
275 void factorize(const MatrixType& matrix) function in class:Eigen::CholmodBase
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h155 * \sa factorize()
165 Derived& factorize(const MatrixType& matrix);
331 Derived& PardisoImpl<Derived>::factorize(const MatrixType& a)
/external/eigen/unsupported/Eigen/src/FFT/
H A Dei_kissfft_impl.h39 void factorize(int nfft) function in struct:Eigen::internal::kiss_cpx_fft
395 pd.factorize(nfft);
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h52 * solver.factorize(A);
105 void factorize (const MatrixType& matrix);
117 factorize(matrix);
454 void SparseLU<MatrixType, OrderingType>::factorize(const MatrixType& matrix) function in class:Eigen::SparseLU
/external/eigen/test/
H A Dsparse_solver.h41 // test the analyze/factorize API
43 solver.factorize(A);

Completed in 6650 milliseconds