Searched defs:lu_decomp (Results 1 – 4 of 4) sorted by relevance
14 FullPivLU<Matrix3f> lu_decomp(A); in main() local
151 static inline void lu_decomp(const gene_matrix & X, gene_matrix & C, int N){ in lu_decomp() function in eigen2_interface
101 static inline void lu_decomp(const gene_matrix & X, gene_matrix & C, int N){ in lu_decomp() function in blas_interface
214 static inline void lu_decomp(const gene_matrix & X, gene_matrix & C, int N){ in lu_decomp() function in eigen3_interface