HomeSort by relevance Sort by last modified time
    Searched refs:axpby (Results 1 - 9 of 9) sorted by null

  /external/eigen/bench/btl/actions/
action_axpby.hh 88 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/
go_mean 35 source mk_mean_script.sh axpby $1 11 2500 100000 250000 $mode $prefix
  /external/eigen/bench/btl/libs/gmm/
gmm_interface.hh 109 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/
mtl4_interface.hh 115 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/
ublas_interface.hh 121 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/
blas_interface_impl.hh 61 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/
STL_interface.hh 187 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/
eigen2_interface.hh 124 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/
eigen3_interface.hh 181 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ function in class:eigen3_interface

Completed in 78 milliseconds