Searched defs:cholesky (Results 1 – 6 of 6) sorted by relevance
19 template<typename MatrixType> void cholesky(const MatrixType& m) in cholesky() function
33 static void cholesky(Matrix& m) { gsl_linalg_cholesky_decomp(m); } in cholesky() function
61 template<typename MatrixType> void cholesky(const MatrixType& m) in cholesky() function
144 static inline void cholesky(const gene_matrix & X, gene_matrix & C, int N){ in cholesky() function in eigen2_interface
66 static inline void cholesky(const gene_matrix & X, gene_matrix & C, int N){ in cholesky() function in blas_interface
205 static inline void cholesky(const gene_matrix & X, gene_matrix & C, int N){ in cholesky() function in eigen3_interface