/external/eigen/bench/btl/actions/ |
action_matrix_vector_product.hh | 106 BTL_ASM_COMMENT("#begin matrix_vector_product"); 107 Interface::matrix_vector_product(A,B,X,_size); 108 BTL_ASM_COMMENT("end matrix_vector_product"); 117 STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,B_stl,X_stl,_size);
|
action_lu_solve.hh | 108 STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,X_stl,B_new_stl,size);
|
/external/eigen/bench/btl/libs/blitz/ |
tiny_blitz_interface.hh | 95 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ function in class:tiny_blitz_interface
|
blitz_interface.hh | 109 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N) function in class:blitz_interface
|
/external/eigen/bench/btl/libs/tvmet/ |
tvmet_interface.hh | 89 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ function in class:tvmet_interface
|
/external/eigen/bench/btl/ |
README | 78 of test must be performed (e.g. a matrix_vector_product). 118 *** matrix_vector_product(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N)
|
/external/eigen/bench/btl/libs/BLAS/ |
blas_interface_impl.hh | 17 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ function in class:blas_interface
|
/external/eigen/bench/btl/libs/eigen2/ |
eigen2_interface.hh | 112 static inline void matrix_vector_product(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ function in class:eigen2_interface
|
/external/eigen/bench/btl/libs/gmm/ |
gmm_interface.hh | 97 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ function in class:gmm_interface
|
/external/eigen/bench/btl/libs/mtl4/ |
mtl4_interface.hh | 103 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ function in class:mtl4_interface
|
/external/eigen/bench/btl/libs/ublas/ |
ublas_interface.hh | 105 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ function in class:ublas_interface
|
/external/eigen/bench/btl/libs/STL/ |
STL_interface.hh | 125 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N) function in class:STL_interface
|
/external/eigen/bench/btl/libs/eigen3/ |
eigen3_interface.hh | 104 static inline void matrix_vector_product(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ function in class:eigen3_interface
|