Searched refs:lu_decomp (Results 1 – 5 of 5) sorted by relevance
14 FullPivLU<Matrix3f> lu_decomp(A); in main() local15 cout << "The rank of A is " << lu_decomp.rank() << endl; in main()17 << lu_decomp.kernel() << endl; in main()19 << lu_decomp.image(A) << endl; // yes, have to pass the original A in main()
91 Interface::lu_decomp(X,C,_size); in calculate()
151 static inline void lu_decomp(const gene_matrix & X, gene_matrix & C, int N){ in lu_decomp() function in eigen2_interface
214 static inline void lu_decomp(const gene_matrix & X, gene_matrix & C, int /*N*/){ in lu_decomp() function in eigen3_interface
100 static inline void lu_decomp(const gene_matrix & X, gene_matrix & C, int N){ in lu_decomp() function in blas_interface