Home | History | Annotate | Download | only in actions

Lines Matching refs:_size

38   Action_aat_product( int size ):_size(size)
44 init_matrix<pseudo_random>(A_stl,_size);
45 init_matrix<null_function>(X_stl,_size);
46 init_matrix<null_function>(resu_stl,_size);
74 Interface::free_matrix(A,_size);
75 Interface::free_matrix(X,_size);
77 Interface::free_matrix(A_ref,_size);
78 Interface::free_matrix(X_ref,_size);
90 return double(_size)*double(_size)*double(_size);
95 Interface::copy_matrix(A_ref,A,_size);
96 Interface::copy_matrix(X_ref,X,_size);
102 Interface::aat_product(A,X,_size);
107 if (_size>128) return;
112 STL_interface<typename Interface::real_type>::aat_product(A_stl,X_stl,_size);
137 int _size;