Searched refs:transposed_matrix_matrix_product (Results 1 - 5 of 5) sorted by relevance

/external/eigen/bench/btl/libs/gmm/
H A Dgmm_interface.hh85 static inline void transposed_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.hh91 static inline void transposed_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/BLAS/
H A Dblas_interface_impl.hh45 static inline void transposed_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/
H A Deigen2_interface.hh100 static inline void transposed_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.hh91 static inline void transposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ function in class:eigen3_interface

Completed in 109 milliseconds