Home
last modified time | relevance | path

Searched refs:Action_ger (Results 1 – 3 of 3) sorted by relevance

/external/eigen/bench/btl/actions/
Daction_ger.hh27 class Action_ger { class
32 BTL_DONT_INLINE Action_ger( int size ):_size(size) in Action_ger() function in Action_ger
53 Action_ger( const Action_ger & ) in Action_ger() argument
60 BTL_DONT_INLINE ~Action_ger( void ){ in ~Action_ger()
/external/eigen/bench/btl/libs/eigen3/
Dmain_vecmat.cpp31 bench<Action_ger<eigen3_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT); in main()
/external/eigen/bench/btl/libs/BLAS/
Dmain.cpp47 bench<Action_ger<blas_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT); in main()