Searched defs:chol (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/eigen/bench/ |
H A D | sparse_cholesky.cpp | 69 SparseLLT<EigenSparseSelfAdjointMatrix,Backend> chol(sm1, flags); in doEigen() local 113 LLT<DenseMatrix> chol(m1); in main() local
|
H A D | benchCholesky.cpp | 69 LLT<SquareMatrixType> chol(covMat); in benchLLT() local
|
/aosp_15_r20/external/eigen/doc/special_examples/ |
H A D | Tutorial_sparse_example.cpp | 30 Eigen::SimplicialCholesky<SpMat> chol(A); // performs a Cholesky factorization of A in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | cholesky_op_test.py | 38 def _verifyCholeskyBase(self, sess, placeholder, x, chol, verification, atol): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | linalg_ops.py | 147 def cholesky_solve(chol, rhs, name=None): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
H A D | cholesky_op_test.py | 88 def _verifyCholeskyBase(self, x, chol, verification): argument
|
/aosp_15_r20/external/eigen/test/ |
H A D | cholesky.cpp | 44 CholType<MatrixType,Lower> chol(symmCpy); in test_chol_update() local
|