Home
last modified time | relevance | path

Searched refs:copy_vector (Results 1 – 21 of 21) sorted by relevance

/external/eigen/bench/btl/actions/
Daction_rot.hh75 Interface::copy_vector(A_ref,A,_size); in initialize()
76 Interface::copy_vector(B_ref,B,_size); in initialize()
Daction_axpy.hh94 Interface::copy_vector(X_ref,X,_size); in initialize()
95 Interface::copy_vector(Y_ref,Y,_size); in initialize()
Daction_axpby.hh83 Interface::copy_vector(X_ref,X,_size); in initialize()
84 Interface::copy_vector(Y_ref,Y,_size); in initialize()
Daction_symv.hh90 Interface::copy_vector(B_ref,B,_size); in initialize()
91 Interface::copy_vector(X_ref,X,_size); in initialize()
Daction_atv_product.hh84 Interface::copy_vector(B_ref,B,_size); in initialize()
85 Interface::copy_vector(X_ref,X,_size); in initialize()
Daction_ger.hh83 Interface::copy_vector(B_ref,B,_size); in initialize()
84 Interface::copy_vector(X_ref,X,_size); in initialize()
Daction_syr2.hh86 Interface::copy_vector(B_ref,B,_size); in initialize()
87 Interface::copy_vector(X_ref,X,_size); in initialize()
Daction_matrix_vector_product.hh100 Interface::copy_vector(B_ref,B,_size); in initialize()
101 Interface::copy_vector(X_ref,X,_size); in initialize()
/external/eigen/bench/btl/libs/STL/
DSTL_interface.hh68 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() function in STL_interface
193 copy_vector(B,X,N); in trisolve_lower()
/external/eigen/bench/btl/libs/BLAS/
Dc_interface_base.h58 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() function
/external/eigen/bench/btl/libs/blitz/
Dtiny_blitz_interface.hh85 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() function in tiny_blitz_interface
Dblitz_interface.hh140 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() function in blitz_interface
/external/eigen/bench/btl/libs/tvmet/
Dtvmet_interface.hh81 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() function in tvmet_interface
/external/eigen/bench/btl/libs/tensors/
Dtensor_interface.hh100 …static EIGEN_DONT_INLINE void copy_vector(const gene_vector & source, gene_vector & cible, int /*… in copy_vector() function in tensor_interface
/external/eigen/bench/btl/libs/blaze/
Dblaze_interface.hh134 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() function in blaze_interface
/external/eigen/bench/btl/libs/mtl4/
Dmtl4_interface.hh138 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() function in mtl4_interface
/external/eigen/bench/btl/libs/gmm/
Dgmm_interface.hh117 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() function in gmm_interface
/external/eigen/bench/btl/libs/ublas/
Dublas_interface.hh77 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() function in ublas_interface
/external/eigen/bench/btl/libs/eigen2/
Deigen2_interface.hh132 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() function in eigen2_interface
/external/eigen/bench/btl/libs/eigen3/
Deigen3_interface.hh189 …static EIGEN_DONT_INLINE void copy_vector(const gene_vector & source, gene_vector & cible, int /*… in copy_vector() function in eigen3_interface
/external/eigen/bench/btl/
DREADME113 …*** copy_vector(gene_vector & source, gene_vector & cible, int N) : copy the content of source in …