OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Action_matrix_matrix_product
(Results
1 - 13
of
13
) sorted by null
/external/eigen/bench/btl/libs/blitz/
btl_tiny_blitz.cpp
24
#include "
action_matrix_matrix_product
.hh"
32
bench_static<
Action_matrix_matrix_product
,tiny_blitz_interface>();
btl_blitz.cpp
25
#include "
action_matrix_matrix_product
.hh"
40
bench<
Action_matrix_matrix_product
<blitz_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
/external/eigen/bench/btl/libs/tvmet/
main.cpp
24
#include "
action_matrix_matrix_product
.hh"
33
bench_static<
Action_matrix_matrix_product
,tvmet_interface>();
/external/eigen/bench/btl/libs/eigen2/
btl_tiny_eigen2.cpp
22
#include "
action_matrix_matrix_product
.hh"
37
bench_static<
Action_matrix_matrix_product
,eigen2_interface>();
main_matmat.cpp
27
bench<
Action_matrix_matrix_product
<eigen2_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
/external/eigen/bench/btl/libs/eigen3/
btl_tiny_eigen3.cpp
22
#include "
action_matrix_matrix_product
.hh"
37
bench_static<
Action_matrix_matrix_product
,eigen2_interface>();
main_matmat.cpp
27
bench<
Action_matrix_matrix_product
<eigen3_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
/external/eigen/bench/btl/actions/
action_matrix_matrix_product.hh
2
// File :
action_matrix_matrix_product
.hh
20
#ifndef
ACTION_MATRIX_MATRIX_PRODUCT
21
#define
ACTION_MATRIX_MATRIX_PRODUCT
32
class
Action_matrix_matrix_product
{
38
Action_matrix_matrix_product
( int size ):_size(size)
40
MESSAGE("
Action_matrix_matrix_product
Ctor");
63
Action_matrix_matrix_product
( const
Action_matrix_matrix_product
& )
65
INFOS("illegal call to
Action_matrix_matrix_product
Copy Ctor");
71
~
Action_matrix_matrix_product
( void )
[
all
...]
/external/eigen/bench/btl/libs/mtl4/
main.cpp
35
bench<
Action_matrix_matrix_product
<mtl4_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
/external/eigen/bench/btl/libs/ublas/
main.cpp
35
bench<
Action_matrix_matrix_product
<ublas_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
/external/eigen/bench/btl/libs/STL/
main.cpp
35
bench<
Action_matrix_matrix_product
<STL_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
/external/eigen/bench/btl/libs/gmm/
main.cpp
36
bench<
Action_matrix_matrix_product
<gmm_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
/external/eigen/bench/btl/libs/BLAS/
main.cpp
50
bench<
Action_matrix_matrix_product
<blas_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
Completed in 432 milliseconds