Searched defs:hessenberg (Results 1 – 5 of 5) sorted by relevance
14 template<typename Scalar,int Size> void hessenberg(int size = Size) in hessenberg() function
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
232 static inline void hessenberg(const gene_matrix & X, gene_matrix & C, int /*N*/){ in hessenberg() function in eigen3_interface