OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blitz_interface
(Results
1 - 5
of
5
) sorted by null
/external/eigen/bench/btl/libs/blitz/
btl_blitz.cpp
21
#include "
blitz_interface
.hh"
37
bench<Action_matrix_vector_product<
blitz_interface
<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
38
bench<Action_atv_product<
blitz_interface
<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
40
bench<Action_matrix_matrix_product<
blitz_interface
<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
41
bench<Action_ata_product<
blitz_interface
<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
42
bench<Action_aat_product<
blitz_interface
<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
44
bench<Action_axpy<
blitz_interface
<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);
blitz_LU_solve_interface.hh
29
class blitz_LU_solve_interface : public
blitz_interface
<real>
34
typedef typename
blitz_interface
<real>::gene_matrix gene_matrix;
35
typedef typename
blitz_interface
<real>::gene_vector gene_vector;
blitz_interface.hh
2
// File :
blitz_interface
.hh
34
class
blitz_interface
{
class
/external/eigen/bench/btl/libs/gmm/
gmm_LU_solve_interface.hh
29
class blitz_LU_solve_interface : public
blitz_interface
<real>
34
typedef typename
blitz_interface
<real>::gene_matrix gene_matrix;
35
typedef typename
blitz_interface
<real>::gene_vector gene_vector;
/external/eigen/bench/btl/libs/mtl4/
mtl4_LU_solve_interface.hh
29
class blitz_LU_solve_interface : public
blitz_interface
<real>
34
typedef typename
blitz_interface
<real>::gene_matrix gene_matrix;
35
typedef typename
blitz_interface
<real>::gene_vector gene_vector;
Completed in 539 milliseconds