Lines Matching refs:Interface
30 template<class Interface>
48 Interface::matrix_from_stl(X_ref,X_stl); in Action_lu_decomp()
49 Interface::matrix_from_stl(X,X_stl); in Action_lu_decomp()
50 Interface::matrix_from_stl(C,C_stl); in Action_lu_decomp()
70 Interface::free_matrix(X_ref,_size); in ~Action_lu_decomp()
71 Interface::free_matrix(X,_size); in ~Action_lu_decomp()
72 Interface::free_matrix(C,_size); in ~Action_lu_decomp()
79 return "complete_lu_decomp_"+Interface::name(); in name()
87 Interface::copy_matrix(X_ref,X,_size); in initialize()
91 Interface::lu_decomp(X,C,_size); in calculate()
96 Interface::matrix_to_stl(C,resu_stl); in check_result()
112 typename Interface::stl_matrix X_stl;
113 typename Interface::stl_matrix C_stl;
114 typename Interface::stl_matrix resu_stl;
116 typename Interface::gene_matrix X_ref;
117 typename Interface::gene_matrix X;
118 typename Interface::gene_matrix C;