/external/eigen/bench/btl/actions/ |
action_ata_product.hh | 102 Interface::ata_product(A,X,_size); 112 STL_interface<typename Interface::real_type>::ata_product(A_stl,X_stl,_size);
|
/external/eigen/bench/btl/libs/blitz/ |
blitz_interface.hh | 93 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N) function in class:blitz_interface
|
/external/eigen/bench/btl/libs/gmm/ |
gmm_interface.hh | 89 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ function in class:gmm_interface
|
/external/eigen/bench/btl/libs/ublas/ |
ublas_interface.hh | 125 static inline void ata_product(gene_matrix & A, gene_matrix & X, int N){ function in class:ublas_interface
|
/external/eigen/bench/btl/libs/eigen2/ |
eigen2_interface.hh | 104 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ function in class:eigen2_interface
|