OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Action_rot
(Results
1 - 3
of
3
) sorted by null
/external/eigen/bench/btl/actions/
action_rot.hh
15
#ifndef
ACTION_ROT
16
#define
ACTION_ROT
27
class
Action_rot
{
32
BTL_DONT_INLINE
Action_rot
( int size ):_size(size)
34
MESSAGE("
Action_rot
Ctor");
49
Action_rot
( const
Action_rot
& )
51
INFOS("illegal call to
Action_rot
Copy Ctor");
56
BTL_DONT_INLINE ~
Action_rot
( void ){
57
MESSAGE("
Action_rot
Dtor")
[
all
...]
/external/eigen/bench/btl/libs/eigen3/
main_linear.cpp
30
bench<
Action_rot
<eigen3_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);
/external/eigen/bench/btl/libs/BLAS/
main.cpp
48
bench<
Action_rot
<blas_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);
Completed in 58 milliseconds