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);
72 Interface::free_matrix(X_ref,_size);
73 Interface::free_matrix(X,_size);
74 Interface::free_matrix(C,_size);
81 return "partial_lu_decomp_"+Interface::name();
89 Interface::copy_matrix(X_ref,X,_size);
93 Interface::partial_lu_decomp(X,C,_size);
98 // Interface::matrix_to_stl(C,resu_stl);
100 // STL_interface<typename Interface::real_type>::lu_decomp(X_stl,C_stl,_size);
102 // typename Interface::real_type error=
103 // STL_interface<typename Interface::real_type>::norm_diff(C_stl,resu_stl);
114 typename Interface::stl_matrix X_stl;
115 typename Interface::stl_matrix C_stl;
117 typename Interface::gene_matrix X_ref;
118 typename Interface::gene_matrix X;
119 typename Interface::gene_matrix C;