Home
last modified time | relevance | path

Searched defs:cholesky (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinalg_impl.py31 cholesky = linalg_ops.cholesky variable
/external/eigen/test/
Dcholesky.cpp58 template<typename MatrixType> void cholesky(const MatrixType& m) in cholesky() function
/external/eigen/bench/btl/libs/eigen2/
Deigen2_interface.hh144 static inline void cholesky(const gene_matrix & X, gene_matrix & C, int N){ in cholesky() function in eigen2_interface
/external/eigen/bench/btl/libs/BLAS/
Dblas_interface_impl.hh66 static inline void cholesky(const gene_matrix & X, gene_matrix & C, int N){ in cholesky() function in blas_interface
/external/eigen/bench/btl/libs/eigen3/
Deigen3_interface.hh205 static inline void cholesky(const gene_matrix & X, gene_matrix & C, int /*N*/){ in cholesky() function in eigen3_interface