HomeSort by relevance Sort by last modified time
    Searched full:factorize (Results 1 - 25 of 35) sorted by null

1 2

  /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/llvm/test/Transforms/InstSimplify/
2010-12-20-Distribute.ll 3 define i32 @factorize(i32 %x, i32 %y) {
4 ; CHECK: @factorize
  /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/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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryPackConstants.java 36 // TODO: find some way to factorize this string with the one in the resources
  /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/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/test/
sparse_solver.h 42 // test the analyze/factorize API
44 solver.factorize(A);
  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner.cc 348 // Update the values of the preconditioner matrix and factorize it.
381 bool status = Factorize();
392 status = Factorize();
433 bool VisibilityBasedPreconditioner::Factorize() {
visibility_based_preconditioner.h 195 bool Factorize();
  /external/eigen/bench/
sparse_cholesky.cpp 186 std::cout << "cholmod/factorize:\t" << timer.value() << endl;
  /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/Eigen/src/SparseCore/
AmbiVector.h 189 // TODO factorize the following code to reduce code generation
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 154 * \sa factorize()
164 Derived& factorize(const MatrixType& matrix);
353 Derived& PardisoImpl<Derived>::factorize(const MatrixType& a)
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_linalg.cpp 28 /*Cholesky-factorize symmetric positive definite 6 x 6 matrix A. Upper
76 /*Cholesky-factorize symmetric positive definite n x n matrix A.Part
119 /*Cholesky-factorize symmetric positive definite 3 x 3 matrix A. Part
db_utilities_linalg.h 79 Cholesky-factorize symmetric positive definite 6 x 6 matrix A. Upper
94 Cholesky-factorize symmetric positive definite n x n matrix A.Part
108 Cholesky-factorize symmetric positive definite 3 x 3 matrix A. Part
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities_linalg.cpp 28 /*Cholesky-factorize symmetric positive definite 6 x 6 matrix A. Upper
76 /*Cholesky-factorize symmetric positive definite n x n matrix A.Part
119 /*Cholesky-factorize symmetric positive definite 3 x 3 matrix A. Part
db_utilities_linalg.h 79 Cholesky-factorize symmetric positive definite 6 x 6 matrix A. Upper
94 Cholesky-factorize symmetric positive definite n x n matrix A.Part
108 Cholesky-factorize symmetric positive definite 3 x 3 matrix A. Part
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_linalg.cpp 28 /*Cholesky-factorize symmetric positive definite 6 x 6 matrix A. Upper
76 /*Cholesky-factorize symmetric positive definite n x n matrix A.Part
119 /*Cholesky-factorize symmetric positive definite 3 x 3 matrix A. Part
db_utilities_linalg.h 79 Cholesky-factorize symmetric positive definite 6 x 6 matrix A. Upper
94 Cholesky-factorize symmetric positive definite n x n matrix A.Part
108 Cholesky-factorize symmetric positive definite 3 x 3 matrix A. Part
  /external/eigen/doc/
C09_TutorialSparse.dox 321 solver.factorize(A);
326 solver.factorize(A);
331 The compute() method is equivalent to calling both analyzePattern() and factorize().
  /external/qemu/target-i386/
exec.h 23 /* XXX: factorize this mess */

Completed in 851 milliseconds

1 2