Home
last modified time | relevance | path

Searched refs:factorize (Results 1 – 25 of 26) sorted by relevance

12

/external/eigen/Eigen/src/IterativeLinearSolvers/
DBasicPreconditioners.h65 DiagonalPreconditioner& factorize(const MatType& mat) in factorize() function
84 return factorize(mat); in compute()
151 LeastSquareDiagonalPreconditioner& factorize(const MatType& mat) in factorize() function
185 return factorize(mat); in compute()
213 IdentityPreconditioner& factorize(const MatrixType& ) { return *this; } in factorize() function
DIncompleteCholesky.h138 void factorize(const MatrixType& mat);
150 factorize(mat); in compute()
196 void IncompleteCholesky<Scalar,_UpLo, OrderingType>::factorize(const _MatrixType& mat) in factorize() function
DIncompleteLUT.h152 void factorize(const MatrixType& amat);
163 factorize(amat); in compute()
253 void IncompleteLUT<Scalar,StorageIndex>::factorize(const _MatrixType& amat) in factorize() function
DIterativeSolverBase.h217 Derived& factorize(const EigenBase<MatrixDerived>& A) in factorize() function
221 m_preconditioner.factorize(matrix()); in factorize()
/external/eigen/Eigen/src/PaStiXSupport/
DPaStiXSupport.h227 void factorize(ColSpMatrix& mat);
300 factorize(mat);
338 void PastixBase<Derived>::factorize(ColSpMatrix& mat)
461 void factorize(const MatrixType& matrix)
465 Base::factorize(temp);
567 void factorize(const MatrixType& matrix)
571 Base::factorize(temp);
651 void factorize(const MatrixType& matrix)
655 Base::factorize(temp);
/external/eigen/Eigen/src/SparseCholesky/
DSimplicialCholesky.h206 void factorize(const MatrixType& a)
387 void factorize(const MatrixType& a)
389 Base::template factorize<false>(a);
484 void factorize(const MatrixType& a)
486 Base::template factorize<true>(a);
579 void factorize(const MatrixType& a)
582 Base::template factorize<true>(a);
584 Base::template factorize<false>(a);
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/
D2010-12-20-Distribute.ll3 define i32 @factorize(i32 %x, i32 %y) {
4 ; CHECK: @factorize
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Ddistribute.ll3 define i32 @factorize(i32 %x, i32 %y) {
4 ; CHECK-LABEL: @factorize(
/external/llvm/test/Transforms/InstCombine/
Ddistribute.ll3 define i32 @factorize(i32 %x, i32 %y) {
4 ; CHECK-LABEL: @factorize(
/external/eigen/bench/spbench/
Dtest_sparseLU.cpp78 solver.factorize(A); in main()
Dspbench.dtd20 … <!ELEMENT COMPUTE (#PCDATA)> <!-- Time to analyze,to factorize, or to setup the preconditioner-->
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h368 derived().factorize(matrix);
537 void factorize(const MatrixType& matrix);
613 void SuperLU<MatrixType>::factorize(const MatrixType& a)
882 void factorize(const MatrixType& matrix);
941 void SuperILU<MatrixType>::factorize(const MatrixType& a)
/external/eigen/test/
Dsparseqr.cpp58 …solver.factorize(A); // this checks that calling analyzePattern is not needed if the pattern do n… in test_sparseqr_scalar()
Dsparse_solver.h77 solver.factorize(A); in check_sparse_solving()
/external/eigen/Eigen/src/SparseLU/
DSparseLU.h117 void factorize (const MatrixType& matrix);
129 factorize(matrix); in compute()
496 void SparseLU<MatrixType, OrderingType>::factorize(const MatrixType& matrix) in factorize() function
/external/eigen/Eigen/src/SparseQR/
DSparseQR.h117 factorize(mat);
120 void factorize(const MatrixType& mat);
348 void SparseQR<MatrixType,OrderingType>::factorize(const MatrixType& mat)
/external/eigen/doc/
DSparseLinearSystems.dox127 solver.factorize(A);
132 solver.factorize(A);
137 The compute() method is equivalent to calling both analyzePattern() and factorize().
145 …f solvers precisely, the compute step is further subdivided into analyzePattern() and factorize().
156 In factorize(), the factors of the coefficient matrix are computed. This step should be called each…
/external/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h174 Derived& factorize(const MatrixType& matrix);
302 Derived& PardisoImpl<Derived>::factorize(const MatrixType& a)
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h235 factorize(matrix);
267 void factorize(const MatrixType& matrix)
/external/parameter-framework/upstream/tools/xmlGenerator/
DREADME.md127 A component can be used to factorize parameter names in configurations.
161 - factorize the rules, taking 3 minute to write a Karnaugh map is worth it.
/external/eigen/unsupported/Eigen/src/FFT/
Dei_kissfft_impl.h39 void factorize(int nfft) in factorize() function
395 pd.factorize(nfft); in get_plan()
/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h308 void factorize(const InputMatrixType& matrix) in factorize() function
/external/eigen/cmake/
DFindBLASEXT.cmake43 # macro to factorize this call
/external/libxml2/
DChangeLog9645 error handling, factorize error processing
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA.txt57357 factorize %33483 fˈæktərˌaɪz

12