Lines Matching refs:Interface
26 template<class Interface>
37 typename Interface::stl_matrix tmp; in Action_rot()
42 Interface::vector_from_stl(A_ref,A_stl); in Action_rot()
43 Interface::vector_from_stl(A,A_stl); in Action_rot()
44 Interface::vector_from_stl(B_ref,B_stl); in Action_rot()
45 Interface::vector_from_stl(B,B_stl); in Action_rot()
58 Interface::free_vector(A); in ~Action_rot()
59 Interface::free_vector(B); in ~Action_rot()
60 Interface::free_vector(A_ref); in ~Action_rot()
61 Interface::free_vector(B_ref); in ~Action_rot()
67 return "rot_" + Interface::name(); in name()
75 Interface::copy_vector(A_ref,A,_size); in initialize()
76 Interface::copy_vector(B_ref,B,_size); in initialize()
81 Interface::rot(A,B,0.5,0.6,_size); in calculate()
103 typename Interface::stl_vector A_stl;
104 typename Interface::stl_vector B_stl;
106 typename Interface::gene_vector A_ref;
107 typename Interface::gene_vector B_ref;
109 typename Interface::gene_vector A;
110 typename Interface::gene_vector B;