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

  /external/eigen/bench/btl/libs/blitz/
btl_tiny_blitz.cpp 23 #include "action_matrix_vector_product.hh"
33 bench_static<Action_matrix_vector_product,tiny_blitz_interface>();
btl_blitz.cpp 24 #include "action_matrix_vector_product.hh"
37 bench<Action_matrix_vector_product<blitz_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
  /external/eigen/bench/btl/libs/tvmet/
main.cpp 23 #include "action_matrix_vector_product.hh"
34 bench_static<Action_matrix_vector_product,tvmet_interface>();
  /external/eigen/bench/btl/libs/eigen2/
btl_tiny_eigen2.cpp 21 #include "action_matrix_vector_product.hh"
38 bench_static<Action_matrix_vector_product,eigen2_interface>();
main_vecmat.cpp 27 bench<Action_matrix_vector_product<eigen2_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
  /external/eigen/bench/btl/libs/eigen3/
btl_tiny_eigen3.cpp 21 #include "action_matrix_vector_product.hh"
38 bench_static<Action_matrix_vector_product,eigen2_interface>();
main_vecmat.cpp 27 bench<Action_matrix_vector_product<eigen3_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
  /external/eigen/bench/btl/actions/
action_matrix_vector_product.hh 2 // File : action_matrix_vector_product.hh
20 #ifndef ACTION_MATRIX_VECTOR_PRODUCT
21 #define ACTION_MATRIX_VECTOR_PRODUCT
32 class Action_matrix_vector_product {
38 BTL_DONT_INLINE Action_matrix_vector_product( int size ):_size(size)
40 MESSAGE("Action_matrix_vector_product Ctor");
62 Action_matrix_vector_product( const Action_matrix_vector_product & )
64 INFOS("illegal call to Action_matrix_vector_product Copy Ctor");
70 BTL_DONT_INLINE ~Action_matrix_vector_product( void )
    [all...]
  /external/eigen/bench/btl/libs/mtl4/
main.cpp 33 bench<Action_matrix_vector_product<mtl4_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
  /external/eigen/bench/btl/libs/ublas/
main.cpp 32 bench<Action_matrix_vector_product<ublas_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
  /external/eigen/bench/btl/libs/STL/
main.cpp 31 bench<Action_matrix_vector_product<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
  /external/eigen/bench/btl/libs/gmm/
main.cpp 33 bench<Action_matrix_vector_product<gmm_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
  /external/eigen/bench/btl/libs/BLAS/
main.cpp 42 bench<Action_matrix_vector_product<blas_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);

Completed in 340 milliseconds