Home | History | Annotate | Download | only in actions

Lines Matching refs:Interface

30 template<class Interface>
50 Interface::matrix_from_stl(X_ref,X_stl);
51 Interface::matrix_from_stl(X,X_stl);
52 Interface::matrix_from_stl(C,C_stl);
77 Interface::free_matrix(X_ref,_size);
78 Interface::free_matrix(X,_size);
79 Interface::free_matrix(C,_size);
86 return "cholesky_"+Interface::name();
94 Interface::copy_matrix(X_ref,X,_size);
98 Interface::cholesky(X,C,_size);
103 // STL_interface<typename Interface::real_type>::cholesky(X_stl,C_stl,_size);
105 // typename Interface::real_type error=
106 // STL_interface<typename Interface::real_type>::norm_diff(C_stl,resu_stl);
117 typename Interface::stl_matrix X_stl;
118 typename Interface::stl_matrix C_stl;
120 typename Interface::gene_matrix X_ref;
121 typename Interface::gene_matrix X;
122 typename Interface::gene_matrix C;