Home
last modified time | relevance | path

Searched refs:LDLT (Results 1 – 21 of 21) sorted by relevance

/external/eigen/Eigen/src/Cholesky/
DLDLT.h50 template<typename _MatrixType, int _UpLo> class LDLT
77 LDLT() in LDLT() function
90 explicit LDLT(Index size) in LDLT() function
105 explicit LDLT(const EigenBase<InputType>& matrix) in LDLT() function
122 explicit LDLT(EigenBase<InputType>& matrix) in LDLT() function
199 inline const Solve<LDLT, Rhs>
205 return Solve<LDLT, Rhs>(*this, b.derived()); in solve()
212 LDLT& compute(const EigenBase<InputType>& matrix);
224 LDLT& rankUpdate(const MatrixBase<Derived>& w, const RealScalar& alpha=1);
243 const LDLT& adjoint() const { return *this; }; in adjoint()
[all …]
/external/eigen/test/
Dcholesky.cpp156 LDLT<SquareMatrixType,Lower> ldltlo(symmLo); in cholesky()
173 LDLT<SquareMatrixType,Upper> ldltup(symmUp); in cholesky()
282 CALL_SUBTEST(( test_chol_update<SquareMatrixType,LDLT>(symm) )); in cholesky()
335 LDLT<RealMatrixType,Lower> ldltlo(symmLo); in cholesky_cplx()
368 LDLT<MatrixType> ldlt(2); in cholesky_definiteness()
411 LDLT<MatrixXd> ldlt; in cholesky_faillure_cases()
467 LDLT<MatrixType> ldlt; in cholesky_verify_assert()
504 CALL_SUBTEST_9( LDLT<MatrixXf>(10) ); in test_cholesky()
Dnomalloc.cpp124 Eigen::LDLT<Matrix> LDLT; LDLT.compute(A); in ctms_decompositions() local
125 X = LDLT.solve(B); in ctms_decompositions()
126 x = LDLT.solve(b); in ctms_decompositions()
Dinplace_decomposition.cpp89 CALL_SUBTEST_2(( inplace<LDLT<Ref<MatrixXd> >, MatrixXd>(true,true) )); in test_inplace_decomposition()
90 CALL_SUBTEST_2(( inplace<LDLT<Ref<Matrix4d> >, Matrix4d>(true,true) )); in test_inplace_decomposition()
/external/eigen/failtest/
Dldlt_int.cpp13 LDLT<Matrix<SCALAR,Dynamic,Dynamic> > ldlt(Matrix<SCALAR,Dynamic,Dynamic>::Random(10,10)); in main()
/external/eigen/doc/
DDenseDecompositionBenchmark.dox19 <tr class="alt"><td>LDLT</td><td>0.07 (x1.3)</td><td>0.65 (x1.5)</td><td>26.86 (x4.6)</td><td>2361.…
35 … explain why for a 4k x 4k matrix, HouseholderQR is faster than LDLT. In the future, LDLT and ColP…
DTopicLinearAlgebraDecompositions.dox103 <td>LDLT</td>
230 <li><a name="note1">\b 1: </a>There exist two variants of the LDLT algorithm. Eigen's one produces …
DSparseLinearSystems.dox145 In the compute() function, the matrix is generally factorized: LLT for self-adjoint matrices, LDLT
193 … <TH >BiCGSTAB <TH > BiCGSTAB+ILUT <TH >GMRES+ILUT<TH > LDLT <TH> CHOLMOD LDLT <TH > PASTIX LDLT <…
DInplaceDecomposition.dox105 - class LDLT
DTopicAliasing.dox120 <tr> <td> LDLT::solve() </td> <td> LDLT::solveInPlace() </td> </tr>
DTutorialLinearAlgebra.dox97 <td>LDLT</td>
117 choice is then the LLT or LDLT decomposition. Here's an example, also demonstrating that using a ge…
DTutorialSparse.dox12 …code#include <Eigen/SparseCholesky>\endcode</td><td>Direct sparse LLT and LDLT Cholesky factorizat…
104 …holesky factorization via the SimplicialLDLT class which behaves like its LDLT counterpart for den…
DQuickReference.dox19 …y \endlink</td><td>\code#include <Eigen/Cholesky>\endcode</td><td>LLT and LDLT Cholesky factorizat…
/external/eigen/Eigen/
DCholesky32 #include "src/Cholesky/LDLT.h"
/external/eigen/bench/spbench/
Dspbench.dtd4 <!ELEMENT TYPE (#PCDATA)> <!-- One of LU, LLT, LDLT, ITER -->
/external/eigen/bench/
DbenchCholesky.cpp59 LDLT<SquareMatrixType> cholnosqrt(covMat); in benchLLT()
Ddense_solvers.cpp49 LDLT<MatSquare> ldlt(size); in bench()
/external/eigen/Eigen/src/Core/
DSelfAdjointView.h236 const LDLT<PlainObject, UpLo> ldlt() const;
DMatrixBase.h358 inline const LDLT<PlainObject> ldlt() const;
/external/eigen/Eigen/src/Core/util/
DForwardDeclarations.h261 template<typename MatrixType, int UpLo = Lower> class LDLT;
/external/tensorflow/third_party/eigen3/
DLICENSE529 ./Eigen/src/Cholesky/LDLT.h