OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Action_trmm
(Results
1 - 3
of
3
) sorted by null
/external/eigen/bench/btl/libs/eigen3/
main_matmat.cpp
30
bench<
Action_trmm
<eigen3_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
/external/eigen/bench/btl/actions/
action_trmm.hh
20
#ifndef
ACTION_TRMM
21
#define
ACTION_TRMM
32
class
Action_trmm
{
38
Action_trmm
( int size ):_size(size)
40
MESSAGE("
Action_trmm
Ctor");
76
Action_trmm
( const
Action_trmm
& )
78
INFOS("illegal call to
Action_trmm
Copy Ctor");
84
~
Action_trmm
( void ){
86
MESSAGE("
Action_trmm
Dtor")
[
all
...]
/external/eigen/bench/btl/libs/BLAS/
main.cpp
57
bench<
Action_trmm
<blas_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
Completed in 280 milliseconds