Searched defs:partial_lu_decomp (Results 1 – 3 of 3) sorted by relevance
126 static inline void partial_lu_decomp(const gene_matrix & X, gene_matrix & R, int N){ in partial_lu_decomp() function in gmm_interface
75 static inline void partial_lu_decomp(const gene_matrix & X, gene_matrix & C, int N){ in partial_lu_decomp() function in blas_interface
218 static inline void partial_lu_decomp(const gene_matrix & X, gene_matrix & C, int N){ in partial_lu_decomp() function in eigen3_interface