Searched defs:hessenberg (Results 1 – 5 of 5) sorted by relevance
14 template<typename Scalar,int Size> void hessenberg(int size = Size) in hessenberg() function52 EIGEN_DECLARE_TEST(hessenberg) in EIGEN_DECLARE_TEST() argument
132 static inline void hessenberg(const gene_matrix & X, gene_matrix & R, int N){ in hessenberg() function in gmm_interface
160 static inline void hessenberg(const gene_matrix & X, gene_matrix & C, int N){ in hessenberg() function in eigen2_interface
111 static inline void hessenberg(const gene_matrix & X, gene_matrix & C, int N){ in hessenberg() function in blas_interface
234 static inline void hessenberg(const gene_matrix & X, gene_matrix & C, int /*N*/){ in hessenberg() function in eigen3_interface