Searched refs:axpby (Results 1 - 9 of 9) sorted by relevance

/external/eigen/bench/btl/actions/
H A Daction_axpby.hh88 BTL_ASM_COMMENT("mybegin axpby");
89 Interface::axpby(_alpha,X,_beta,Y,_size);
90 BTL_ASM_COMMENT("myend axpby");
98 STL_interface<typename Interface::real_type>::axpby(_alpha,X_stl,_beta,Y_stl,_size);
/external/eigen/bench/btl/data/
H A Dgo_mean35 source mk_mean_script.sh axpby $1 11 2500 100000 250000 $mode $prefix
/external/eigen/bench/btl/libs/gmm/
H A Dgmm_interface.hh109 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ function in class:gmm_interface
/external/eigen/bench/btl/libs/mtl4/
H A Dmtl4_interface.hh115 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ function in class:mtl4_interface
/external/eigen/bench/btl/libs/ublas/
H A Dublas_interface.hh121 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ function in class:ublas_interface
/external/eigen/bench/btl/libs/BLAS/
H A Dblas_interface_impl.hh61 static inline void axpby(SCALAR a, const gene_vector & X, SCALAR b, gene_vector & Y, int N){ function in class:blas_interface
/external/eigen/bench/btl/libs/STL/
H A DSTL_interface.hh187 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ function in class:STL_interface
/external/eigen/bench/btl/libs/eigen2/
H A Deigen2_interface.hh124 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ function in class:eigen2_interface
/external/eigen/bench/btl/libs/eigen3/
H A Deigen3_interface.hh181 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ function in class:eigen3_interface

Completed in 447 milliseconds