17 #include "utilities.h" 26 template<
class Interface>
37 typename Interface::stl_matrix tmp;
38 init_vector<pseudo_random>(A_stl,_size);
39 init_vector<pseudo_random>(B_stl,_size);
42 Interface::vector_from_stl(A_ref,A_stl);
43 Interface::vector_from_stl(
A,A_stl);
44 Interface::vector_from_stl(B_ref,B_stl);
45 Interface::vector_from_stl(
B,B_stl);
51 INFOS(
"illegal call to Action_rot Copy Ctor");
58 Interface::free_vector(
A);
59 Interface::free_vector(
B);
60 Interface::free_vector(A_ref);
61 Interface::free_vector(B_ref);
65 static inline std::string
name(
void )
75 Interface::copy_vector(A_ref,
A,_size);
76 Interface::copy_vector(B_ref,
B,_size);
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;
int EIGEN_BLAS_FUNC() rot(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *pc, RealScalar *ps)
Interface::gene_vector A_ref
BTL_DONT_INLINE ~Action_rot(void)
BTL_DONT_INLINE void initialize(void)
Matrix< SCALARB, Dynamic, Dynamic > B
Interface::stl_vector A_stl
Interface::stl_vector B_stl
BTL_DONT_INLINE void check_result(void)
#define BTL_ASM_COMMENT(X)
BTL_DONT_INLINE void calculate(void)
Interface::gene_vector B_ref
BTL_DONT_INLINE Action_rot(int size)
Action_rot(const Action_rot &)
static std::string name(void)