HomeSort by relevance Sort by last modified time
    Searched refs:Action_syr2 (Results 1 - 4 of 4) sorted by null

  /external/eigen/bench/btl/libs/eigen3/
main_vecmat.cpp 30 bench<Action_syr2<eigen3_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
  /external/eigen/bench/btl/actions/
action_syr2.hh 2 // File : action_syr2.hh
20 #ifndef ACTION_SYR2
21 #define ACTION_SYR2
32 class Action_syr2 {
38 BTL_DONT_INLINE Action_syr2( int size ):_size(size)
57 Action_syr2( const Action_syr2 & )
59 INFOS("illegal call to Action_syr2 Copy Ctor");
64 BTL_DONT_INLINE ~Action_syr2( void ){
  /external/eigen/bench/btl/libs/STL/
main.cpp 34 bench<Action_syr2<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
  /external/eigen/bench/btl/libs/BLAS/
main.cpp 45 bench<Action_syr2<blas_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);

Completed in 203 milliseconds