Searched defs:Action_matrix_vector_product (Results 1 - 1 of 1) sorted by relevance

/external/eigen/bench/btl/actions/
H A Daction_matrix_vector_product.hh32 class Action_matrix_vector_product { class
38 BTL_DONT_INLINE Action_matrix_vector_product( int size ):_size(size) function in class:Action_matrix_vector_product
40 MESSAGE("Action_matrix_vector_product Ctor");
62 Action_matrix_vector_product( const Action_matrix_vector_product & ) function in class:Action_matrix_vector_product
64 INFOS("illegal call to Action_matrix_vector_product Copy Ctor");
70 BTL_DONT_INLINE ~Action_matrix_vector_product( void ){
72 MESSAGE("Action_matrix_vector_product Dtor");

Completed in 93 milliseconds