HomeSort by relevance Sort by last modified time
    Searched refs:factorize (Results 1 - 11 of 11) sorted by null

  /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
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);
IncompleteLUT.h 89 void factorize(const MatrixType& amat);
100 factorize(amat);
240 void IncompleteLUT<Scalar>::factorize(const _MatrixType& amat) function in class:Eigen::IncompleteLUT
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 193 * \sa analyzePattern() factorize()
211 * \sa analyzePattern() factorize()
267 void factorize(ColSpMatrix& mat);
341 factorize(mat);
380 void PastixBase<Derived>::factorize(ColSpMatrix& mat) function in class:Eigen::PastixBase
474 * \sa analyzePattern() factorize()
486 * \sa factorize()
501 void factorize(const MatrixType& matrix) function in class:Eigen::PastixLU
505 Base::factorize(temp);
583 * \sa analyzePattern() factorize()
605 void factorize(const MatrixType& matrix) function in class:Eigen::PastixLLT
686 void factorize(const MatrixType& matrix) function in class:Eigen::PastixLDLT
    [all...]
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 256 void factorize(const MatrixType& a) function in class:Eigen::SimplicialCholeskyBase
406 * \sa factorize()
419 void factorize(const MatrixType& a) function in class:Eigen::SimplicialLLT
421 Base::template factorize<false>(a);
500 * \sa factorize()
513 void factorize(const MatrixType& a) function in class:Eigen::SimplicialLDLT
515 Base::template factorize<true>(a);
595 * \sa factorize()
608 void factorize(const MatrixType& a) function in class:Eigen::SimplicialCholesky
611 Base::template factorize<true>(a)
    [all...]
  /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
641 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or analyzePattern()/factorize()");
691 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for extracting factors, you must first call either compute() or analyzePattern()/factorize()");
777 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()");
847 * \sa factorize()
860 void factorize(const MatrixType& matrix)
919 void SuperILU<MatrixType>::factorize(const MatrixType& a) function in class:Eigen::SuperILU
    [all...]
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 208 factorize(matrix);
244 * \sa factorize()
268 void factorize(const MatrixType& matrix) function in class:Eigen::CholmodBase
  /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/Eigen/src/PardisoSupport/
PardisoSupport.h 154 * \sa factorize()
164 Derived& factorize(const MatrixType& matrix);
353 Derived& PardisoImpl<Derived>::factorize(const MatrixType& a)
  /external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h 38 void factorize(int nfft) function in struct:Eigen::internal::kiss_cpx_fft
394 pd.factorize(nfft);
  /external/eigen/test/
sparse_solver.h 42 // test the analyze/factorize API
44 solver.factorize(A);

Completed in 252 milliseconds