Searched refs:matrix_matrix_product (Results 1 - 12 of 12) sorted by relevance

/external/eigen/bench/btl/actions/
H A Daction_matrix_matrix_product.hh107 Interface::matrix_matrix_product(A,B,X,_size);
116 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,_size);
H A Daction_matrix_matrix_product_bis.hh93 // Interface::matrix_matrix_product(A,B,X,size); This line must be commented !!!!
109 Interface::matrix_matrix_product(A,B,X,size); // here it is not commented !!!!
123 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,size);
/external/eigen/bench/btl/libs/blitz/
H A Dtiny_blitz_interface.hh91 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ function in class:tiny_blitz_interface
H A Dblitz_interface.hh85 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N) function in class:blitz_interface
/external/eigen/bench/btl/libs/tvmet/
H A Dtvmet_interface.hh85 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ function in class:tvmet_interface
/external/eigen/bench/btl/libs/gmm/
H A Dgmm_interface.hh81 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ function in class:gmm_interface
/external/eigen/bench/btl/libs/mtl4/
H A Dmtl4_interface.hh84 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ function in class:mtl4_interface
/external/eigen/bench/btl/libs/ublas/
H A Dublas_interface.hh113 static inline void matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ function in class:ublas_interface
/external/eigen/bench/btl/libs/BLAS/
H A Dblas_interface_impl.hh41 static inline void matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ function in class:blas_interface
/external/eigen/bench/btl/libs/STL/
H A DSTL_interface.hh112 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N) function in class:STL_interface
/external/eigen/bench/btl/libs/eigen2/
H A Deigen2_interface.hh96 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ function in class:eigen2_interface
/external/eigen/bench/btl/libs/eigen3/
H A Deigen3_interface.hh87 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ function in class:eigen3_interface

Completed in 49 milliseconds