/external/eigen/bench/btl/actions/ |
action_matrix_matrix_product.hh | 107 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);
|
action_matrix_matrix_product_bis.hh | 93 // 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);
|
action_trisolve_matrix.hh | 129 // STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,_size);
|
action_trmm.hh | 129 // STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,_size);
|
/external/eigen/bench/btl/libs/blitz/ |
tiny_blitz_interface.hh | 91 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
|
blitz_interface.hh | 85 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/ |
tvmet_interface.hh | 85 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/BLAS/ |
blas_interface_impl.hh | 41 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/eigen2/ |
eigen2_interface.hh | 96 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/gmm/ |
gmm_interface.hh | 81 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/ |
mtl4_interface.hh | 84 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/ |
ublas_interface.hh | 113 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/ |
README | 119 *** matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N)
|
/external/eigen/bench/btl/libs/STL/ |
STL_interface.hh | 112 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/eigen3/ |
eigen3_interface.hh | 87 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ function in class:eigen3_interface
|