Home
last modified time | relevance | path

Searched defs:chol (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/eigen/bench/
H A Dsparse_cholesky.cpp69 SparseLLT<EigenSparseSelfAdjointMatrix,Backend> chol(sm1, flags); in doEigen() local
113 LLT<DenseMatrix> chol(m1); in main() local
H A DbenchCholesky.cpp69 LLT<SquareMatrixType> chol(covMat); in benchLLT() local
/aosp_15_r20/external/eigen/doc/special_examples/
H A DTutorial_sparse_example.cpp30 Eigen::SimplicialCholesky<SpMat> chol(A); // performs a Cholesky factorization of A in main() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dcholesky_op_test.py38 def _verifyCholeskyBase(self, sess, placeholder, x, chol, verification, atol): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dlinalg_ops.py147 def cholesky_solve(chol, rhs, name=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/
H A Dcholesky_op_test.py88 def _verifyCholeskyBase(self, x, chol, verification): argument
/aosp_15_r20/external/eigen/test/
H A Dcholesky.cpp44 CholType<MatrixType,Lower> chol(symmCpy); in test_chol_update() local