OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Action_ata_product
(Results
1 - 3
of
3
) sorted by null
/external/eigen/bench/btl/actions/
action_ata_product.hh
2
// File :
action_ata_product
.hh
20
#ifndef
ACTION_ATA_PRODUCT
21
#define
ACTION_ATA_PRODUCT
32
class
Action_ata_product
{
38
Action_ata_product
( int size ):_size(size)
40
MESSAGE("
Action_ata_product
Ctor");
60
Action_ata_product
( const
Action_ata_product
& )
62
INFOS("illegal call to
Action_ata_product
Copy Ctor");
68
~
Action_ata_product
( void )
[
all
...]
/external/eigen/bench/btl/libs/blitz/
btl_blitz.cpp
28
#include "
action_ata_product
.hh"
41
bench<
Action_ata_product
<blitz_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
/external/eigen/bench/btl/libs/STL/
main.cpp
36
bench<
Action_ata_product
<STL_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
Completed in 264 milliseconds