/external/eigen/bench/ |
D | sparse_cholesky.cpp | 69 SparseLLT<EigenSparseSelfAdjointMatrix,Backend> chol(sm1, flags); in doEigen() local 73 std::cout << " nnz: " << sm1.nonZeros() << " => " << chol.matrixL().nonZeros() << "\n"; in doEigen() 113 LLT<DenseMatrix> chol(m1); in main() local 119 if (!internal::isMuchSmallerThan(internal::abs(chol.matrixL()(i,j)), 0.1)) in main() 146 taucs_ccs_matrix* chol = taucs_ccs_factor_llt(&A, 0, 0); in main() 150 for (int i=chol->colptr[j]; i<chol->colptr[j+1]; ++i) in main() 151 std::cout << chol->values.d[i] << " "; in main()
|
D | benchCholesky.cpp | 70 LLT<SquareMatrixType> chol(covMat); in benchLLT() local 71 acc += chol.matrixL().coeff(r,c); in benchLLT()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | cholesky_op_test.py | 43 def _verifyCholeskyBase(self, sess, placeholder, x, chol, verification, atol): argument 44 chol_np, verification_np = sess.run([chol, verification], {placeholder: x}) 46 self.assertShapeEqual(x, chol) 62 chol = linalg_ops.cholesky(placeholder) 63 verification = test_util.matmul_without_tf32(chol, chol, adjoint_b=True) 64 self._verifyCholeskyBase(sess, placeholder, x, chol, verification, atol)
|
/external/tensorflow/tensorflow/python/ops/ |
D | linalg_ops.py | 151 def cholesky_solve(chol, rhs, name=None): argument 188 with ops.name_scope(name, 'cholesky_solve', [chol, rhs]): 190 chol, rhs, adjoint=False, lower=True) 192 chol, y, adjoint=True, lower=True) 340 chol = _RegularizedGramianCholesky( 342 return cholesky_solve(chol, math_ops.matmul(matrix, rhs, adjoint_a=True)) 346 chol = _RegularizedGramianCholesky( 348 return math_ops.matmul(matrix, cholesky_solve(chol, rhs), adjoint_a=True)
|
D | linalg_grad.py | 589 chol = linalg_ops._RegularizedGramianCholesky( 593 z = linalg_ops.cholesky_solve(chol, grad) 613 chol = linalg_ops._RegularizedGramianCholesky( 616 grad_b = linalg_ops.cholesky_solve(chol, math_ops.matmul(a, grad)) 618 tmp = linalg_ops.cholesky_solve(chol, b)
|
/external/eigen/doc/special_examples/ |
D | Tutorial_sparse_example.cpp | 26 Eigen::SimplicialCholesky<SpMat> chol(A); // performs a Cholesky factorization of A in main() local 27 …Eigen::VectorXd x = chol.solve(b); // use the factorization to solve for the given right h… in main()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cholesky_op_test.py | 93 def _verifyCholeskyBase(self, x, chol, verification): argument 94 chol_np, verification_np = self.evaluate([chol, verification]) 96 self.assertShapeEqual(x, chol) 108 chol = linalg_ops.cholesky(x) 109 verification = test_util.matmul_without_tf32(chol, chol, adjoint_b=True) 110 self._verifyCholeskyBase(x, chol, verification)
|
D | linalg_ops_test.py | 67 chol = linalg_ops.cholesky(array) 71 x = linalg_ops.cholesky_solve(chol, rhs)
|
/external/eigen/test/ |
D | cholesky.cpp | 46 CholType<MatrixType,Lower> chol(symmCpy); in test_chol_update() local 47 if(chol.info()!=Success) in test_chol_update()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.linalg.pbtxt | 105 … argspec: "args=[\'chol\', \'rhs\', \'name\'], varargs=None, keywords=None, defaults=[\'None\'], "
|
D | tensorflow.pbtxt | 977 … argspec: "args=[\'chol\', \'rhs\', \'name\'], varargs=None, keywords=None, defaults=[\'None\'], "
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linalg_impl.py | 96 chol = gen_linalg_ops.cholesky(matrix) 98 math_ops.log(math_ops.real(array_ops.matrix_diag_part(chol))),
|
/external/python/pybind11/tests/ |
D | test_eigen.py | 235 for i, chol in enumerate(chols, start=1): 236 mymat = chol(np.array([[1.0, 2, 4], [2, 13, 23], [4, 23, 77]]))
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.linalg.pbtxt | 109 … argspec: "args=[\'chol\', \'rhs\', \'name\'], varargs=None, keywords=None, defaults=[\'None\'], "
|
/external/icu/icu4c/source/data/curr/ |
D | ga.txt | 1693 few{"cholón Chósta Ríce"} 1695 one{"cholón Chósta Ríce"} 1697 two{"cholón Chósta Ríce"} 2750 few{"cholón na Salvadóire"} 2752 one{"cholón na Salvadóire"} 2754 two{"cholón na Salvadóire"}
|
D | gd.txt | 1745 one{"cholón Chosta Rìcea"} 1747 two{"cholón Costa Rìceach"} 2717 one{"cholón Salbhadorach"} 2719 two{"cholón Salbhadorach"}
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 35704 chol %8306
|