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

/external/eigen/bench/btl/actions/
H A Daction_matrix_matrix_product.hh32 class Action_matrix_matrix_product { class
38 Action_matrix_matrix_product( int size ):_size(size) function in class:Action_matrix_matrix_product
40 MESSAGE("Action_matrix_matrix_product Ctor");
63 Action_matrix_matrix_product( const Action_matrix_matrix_product & ) function in class:Action_matrix_matrix_product
65 INFOS("illegal call to Action_matrix_matrix_product Copy Ctor");
71 ~Action_matrix_matrix_product( void ){
73 MESSAGE("Action_matrix_matrix_product Dtor");

Completed in 181 milliseconds