Home
last modified time | relevance | path

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

12

/external/eigen/Eigen/
DCholesky8 /** \defgroup Cholesky_Module Cholesky module
12 …* This module provides two variants of the Cholesky decomposition for selfadjoint (hermitian) matr…
18 * #include <Eigen/Cholesky>
23 #include "src/Cholesky/LLT.h"
24 #include "src/Cholesky/LDLT.h"
26 #include "src/Cholesky/LLT_MKL.h"
DPaStiXSupport24 * - class PastixLLT : a supernodal, parallel LLt Cholesky factorization.
25 * - class PastixLDLT: a supernodal, parallel LDLt Cholesky factorization.
DCholmodSupport17 * - class CholmodSupernodalLLT: a supernodal LLT Cholesky factorization.
18 …* - class CholmodDecomposiiton: a general L(D)LT Cholesky factorization with automatic or explicit…
DDense3 #include "Cholesky"
DQR8 #include "Cholesky"
DEigenvalues8 #include "Cholesky"
DSparseCholesky21 …* This module currently provides two variants of the direct sparse Cholesky decomposition for self…
DOrderingMethods18 * Using for instance the sparse Cholesky decomposition, it is expected that
/external/eigen/Eigen/src/Cholesky/
DCMakeLists.txt5 DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Cholesky COMPONENT Devel
/external/ceres-solver/scripts/
Dceres-solver.spec44 - Dense QR and Cholesky factorization (using Eigen) for small problems
45 - Sparse Cholesky factorization (using SuiteSparse) for large sparse problems
/external/eigen/bench/btl/data/
Daction_settings.txt11 cholesky ; "{/*1.5 Cholesky decomposition}" ; "matrix size" ; 4:3000
/external/ceres-solver/internal/ceres/
Dsuitesparse.h184 LinearSolverTerminationType Cholesky(cholmod_sparse* A,
Dsuitesparse.cc248 LinearSolverTerminationType SuiteSparse::Cholesky(cholmod_sparse* A, in Cholesky() function in ceres::internal::SuiteSparse
Dsparse_normal_cholesky_solver.cc357 summary.termination_type = ss_.Cholesky(&lhs, factor_, &summary.message); in SolveImplUsingSuiteSparse()
Dschur_complement_solver.cc344 ss_.Cholesky(cholmod_lhs, factor_, &summary.message); in SolveReducedLinearSystemUsingSuiteSparse()
Dvisibility_based_preconditioner.cc451 ? ss_.Cholesky(lhs, factor_, &status) in Factorize()
/external/ceres-solver/docs/source/
Dfeatures.rst50 solvers - dense QR and dense Cholesky factorization (using
51 `Eigen`_ or `LAPACK`_) for dense problems, sparse Cholesky
Dbibliography.rst29 Cholesky Factorization and Update/Downdate**, *TOMS*, 35(3), 2008.
Dsolving.rst182 :eq:`lsqr` using a Cholesky or a QR factorization and lead to an exact
469 R^\top R` be the Cholesky factorization of the normal equations, where
478 The observant reader will note that the :math:`R` in the Cholesky
482 Q^\top Q R = R^\top R`. There are two variants of Cholesky
486 Cholesky factorization of the normal equations. Ceres uses
490 Cholesky factorization of the normal equations. This leads to
492 problems. Ceres uses the sparse Cholesky factorization routines in
494 or the sparse Cholesky factorization algorithm in ``Eigen`` (which
577 exactly is via the Cholesky factorization [TrefethenBau]_ and
590 the sparsity of the Cholesky decomposition, and focus their compute
[all …]
/external/eigen/doc/
DB01_Experimental.dox25 \li Cholesky
DQuickReference.dox19 …tr><td>\link Cholesky_Module Cholesky \endlink</td><td>\code#include <Eigen/Cholesky>\endcode</td>…
25 <tr><td></td><td>\code#include <Eigen/Dense>\endcode</td><td>Includes Core, Geometry, LU, Cholesky,…
659 // via a standard Cholesky factorization
661 // via a Cholesky factorization with pivoting
DAsciiQuickReference.txt190 x = A.ldlt().solve(b)); // A sym. p.s.d. #include <Eigen/Cholesky>
191 x = A.llt() .solve(b)); // A sym. p.d. #include <Eigen/Cholesky>
DUsingIntelMKL.dox97 <tr class="alt"><td>Cholesky decomposition \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT <…
DTutorialSparse.dox12 …clude <Eigen/SparseCholesky>\endcode</td><td>Direct sparse LLT and LDLT Cholesky factorization to …
104 Since the resulting matrix \c A is symmetric by construction, we can perform a direct Cholesky fact…
/external/ceres-solver/
DCMakeLists.txt114 as the Simplicial Cholesky factorization in Eigen is licensed under the LGPL.
252 MESSAGE(" Ceres Solver as the Simplicial Cholesky factorization in Eigen")

12