Searched refs:blitz_interface (Results 1 – 5 of 5) sorted by relevance
/external/eigen/bench/btl/libs/blitz/ |
D | btl_blitz.cpp | 37 bench<Action_matrix_vector_product<blitz_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT); in main() 38 bench<Action_atv_product<blitz_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT); in main() 40 bench<Action_matrix_matrix_product<blitz_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT); in main() 41 bench<Action_ata_product<blitz_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT); in main() 42 bench<Action_aat_product<blitz_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT); in main() 44 bench<Action_axpy<blitz_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT); in main()
|
D | 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;
|
D | blitz_interface.hh | 34 class blitz_interface{ class
|
/external/eigen/bench/btl/libs/gmm/ |
D | 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/ |
D | 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;
|