Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/PaStiXSupport/
DPaStiXSupport.h246 void factorize(ColSpMatrix& mat);
320 factorize(mat);
359 void PastixBase<Derived>::factorize(ColSpMatrix& mat)
480 void factorize(const MatrixType& matrix)
484 Base::factorize(temp);
584 void factorize(const MatrixType& matrix)
588 Base::factorize(temp);
665 void factorize(const MatrixType& matrix)
669 Base::factorize(temp);
/external/eigen/Eigen/src/IterativeLinearSolvers/
DBasicPreconditioners.h61 DiagonalPreconditioner& factorize(const MatType& mat) in factorize() function
80 return factorize(mat); in compute()
138 IdentityPreconditioner& factorize(const MatrixType& ) { return *this; }
DIterativeSolverBase.h83 Derived& factorize(const MatrixType& A) in factorize() function
87 m_preconditioner.factorize(A); in factorize()
DIncompleteLUT.h141 void factorize(const MatrixType& amat);
152 factorize(amat); in compute()
243 void IncompleteLUT<Scalar>::factorize(const _MatrixType& amat) in factorize() function
/external/eigen/Eigen/src/SparseCholesky/
DSimplicialCholesky.h196 void factorize(const MatrixType& a) in factorize() function
363 void factorize(const MatrixType& a)
365 Base::template factorize<false>(a);
458 void factorize(const MatrixType& a)
460 Base::template factorize<true>(a);
553 void factorize(const MatrixType& a)
556 Base::template factorize<true>(a);
558 Base::template factorize<false>(a);
/external/llvm/test/Transforms/InstCombine/
Ddistribute.ll3 define i32 @factorize(i32 %x, i32 %y) {
4 ; CHECK-LABEL: @factorize(
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIncompleteCholesky.h82 void factorize(const MatrixType& amat);
88 factorize(matrix); in compute()
132 void IncompleteCholesky<Scalar,_UpLo, OrderingType>::factorize(const _MatrixType& mat) in factorize() function
/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.h336 derived().factorize(matrix);
526 void factorize(const MatrixType& matrix);
604 void SuperLU<MatrixType>::factorize(const MatrixType& a)
861 void factorize(const MatrixType& matrix);
920 void SuperILU<MatrixType>::factorize(const MatrixType& a)
/external/eigen/test/
Dsparseqr.cpp57 …solver.factorize(A); // this checks that calling analyzePattern is not needed if the pattern do n… in test_sparseqr_scalar()
Dsparse_solver.h43 solver.factorize(A); in check_sparse_solving()
/external/eigen/doc/
DSparseLinearSystems.dox92 solver.factorize(A);
97 solver.factorize(A);
102 The compute() method is equivalent to calling both analyzePattern() and factorize().
108 …f solvers precisely, the compute step is further subdivided into analyzePattern() and factorize().
119 In factorize(), the factors of the coefficient matrix are computed. This step should be called each…
/external/eigen/Eigen/src/SparseQR/
DSparseQR.h101 factorize(mat);
104 void factorize(const MatrixType& mat);
323 void SparseQR<MatrixType,OrderingType>::factorize(const MatrixType& mat)
/external/eigen/Eigen/src/SparseLU/
DSparseLU.h105 void factorize (const MatrixType& matrix);
117 factorize(matrix); in compute()
498 void SparseLU<MatrixType, OrderingType>::factorize(const MatrixType& matrix) in factorize() function
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h215 factorize(matrix); in compute()
275 void factorize(const MatrixType& matrix) in factorize() function
/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/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/Eigen/src/PardisoSupport/
DPardisoSupport.h165 Derived& factorize(const MatrixType& matrix);
331 Derived& PardisoImpl<Derived>::factorize(const MatrixType& a)
/external/ceres-solver/internal/ceres/
Dsparse_normal_cholesky_solver.cc198 simplicial_ldlt_->factorize(AtA); in SolveImplUsingEigen()
Dschur_complement_solver.cc497 simplicial_ldlt_->factorize(eigen_lhs); in SolveReducedLinearSystemUsingEigen()
/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h265 void factorize(const InputMatrixType& matrix)
/external/ceres-solver/docs/source/
Dsolving.rst1295 it can be useful to factorize the sparse jacobian at each solver
/external/valgrind/
DNEWS1863 278892 gdbsrv: factorize gdb version handling, fix doc and typos
/external/libxml2/
DChangeLog9645 error handling, factorize error processing