Home
last modified time | relevance | path

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

123

/external/eigen/Eigen/
DCholesky15 /** \defgroup Cholesky_Module Cholesky module
19 …* This module provides two variants of the Cholesky decomposition for selfadjoint (hermitian) matr…
27 * #include <Eigen/Cholesky>
31 #include "src/Cholesky/LLT.h"
32 #include "src/Cholesky/LDLT.h"
35 #include "src/Cholesky/LLT_LAPACKE.h"
DPaStiXSupport30 * - class PastixLLT : a supernodal, parallel LLt Cholesky factorization.
31 * - class PastixLDLT: a supernodal, parallel LDLt Cholesky factorization.
DCholmodSupport24 * - class CholmodSupernodalLLT: a supernodal LLT Cholesky factorization.
25 …* - class CholmodDecomposiiton: a general L(D)LT Cholesky factorization with automatic or explicit…
DDense3 #include "Cholesky"
DQR15 #include "Cholesky"
DSparseCholesky21 …* This module currently provides two variants of the direct sparse Cholesky decomposition for self…
DEigenvalues15 #include "Cholesky"
DOrderingMethods25 * Using for instance the sparse Cholesky decomposition, it is expected that
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseMatrixSparseCholesky.pbtxt14 description: "The sparse Cholesky decompsition of `input`."
16 summary: "Computes the sparse Cholesky decomposition of `input`."
18 Computes the Sparse Cholesky decomposition of a sparse matrix, with the given
37 sparse matrix represents `L`, the lower triangular Cholesky factor satisfying
67 # Obtain the Sparse Cholesky factor using AMD Ordering for reducing zero
68 # fill-in (number of structural non-zeros in the sparse Cholesky factor).
74 # Convert the CSRSparseMatrix Cholesky factor to a dense Tensor
82 `dense_cholesky_value` stores the dense Cholesky factor:
Dapi_def_CholeskyGrad.pbtxt6 Output of batch Cholesky algorithm l = cholesky(A). Shape is `[..., M, M]`.
25 summary: "Computes the reverse mode backpropagated gradient of the Cholesky algorithm."
27 For an explanation see "Differentiation of the Cholesky algorithm" by
Dapi_def_Cholesky.pbtxt2 graph_op_name: "Cholesky"
15 summary: "Computes the Cholesky decomposition of one or more square matrices."
25 containing the Cholesky decompositions for all input submatrices `[..., :, :]`.
Dapi_def_SparseMatrixOrderingAMD.pbtxt18 Cholesky (or other decompositions) in having fewer zero fill-in compared to
29 reused for the Cholesky decompositions of sparse matrices with the same sparsity
Dapi_def_MatrixSolveLs.pbtxt50 equations using Cholesky decomposition. Specifically, if \\(m \ge n\\) then
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcholesky_test.cc51 Cholesky(a, /*lower=*/true); in XLA_TEST_F()
82 Cholesky(a, /*lower=*/true); in XLA_TEST_F()
115 LowerTriangle(Cholesky(a, /*lower=*/true)); in XLA_TEST_F()
141 UpperTriangle(Cholesky(a, /*lower=*/false)); in XLA_TEST_F()
166 LowerTriangle(Cholesky(a, /*lower=*/true)); in XLA_TEST_F()
197 LowerTriangle(Cholesky(a, /*lower=*/true)); in XLA_TEST_F()
241 auto cholesky = Triangle(Cholesky(matrix, lower), lower); in XLA_TEST_P()
286 auto cholesky = Triangle(Cholesky(matrix, lower), lower); in XLA_TEST_P()
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DCholesky.pbtxt2 name: "Cholesky"
23 name: "Cholesky"
46 name: "Cholesky"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DCholesky.pbtxt2 name: "Cholesky"
23 name: "Cholesky"
46 name: "Cholesky"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_Cholesky.pbtxt2 graph_op_name: "Cholesky"
4 name: "linalg.Cholesky"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Cholesky.pbtxt2 graph_op_name: "Cholesky"
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcholesky_op.cc29 xla::Triangle(xla::Cholesky(ctx->Input(0), /*lower=*/true), in Compile()
/external/eigen/bench/btl/data/
Daction_settings.txt11 cholesky ; "{/*1.5 Cholesky decomposition}" ; "matrix size" ; 4:5000
/external/tensorflow/third_party/eigen3/
DBUILD19 "Eigen/Cholesky",
/external/eigen/doc/
DDenseDecompositionBenchmark.dox12 …ric covariance matrix \f$ A^T A \f$ for the first four solvers based on Cholesky and LU, as denote…
34 …+ For largely over-constrained problems, the cost of Cholesky/LU decompositions is dominated by th…
DB01_Experimental.dox25 \li Cholesky
DQuickReference.dox19 …t"><td>\link Cholesky_Module Cholesky \endlink</td><td>\code#include <Eigen/Cholesky>\endcode</td>…
25 …code#include <Eigen/Dense>\endcode</td><td>Includes Core, Geometry, LU, Cholesky, SVD, QR, and Eig…
717 // via a standard Cholesky factorization
719 // via a Cholesky factorization with pivoting
DInplaceDecomposition.dox5 Starting from %Eigen 3.3, the LU, Cholesky, and QR decompositions can operate \em inplace, that is,…

123