Searched refs:syr2 (Results 1 – 7 of 7) sorted by relevance
/external/eigen/bench/btl/actions/ |
D | action_syr2.hh | 92 Interface::syr2(A,B,X,_size); in calculate() 100 STL_interface<typename Interface::real_type>::syr2(A_stl,B_stl,X_stl,_size); in check_result()
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas_interface_impl.hh | 25 static inline void syr2(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in syr2() function in blas_interface 26 BLAS_FUNC(syr2)(&lower,&N,&fone,B,&intone,X,&intone,A,&N); in syr2()
|
/external/eigen/bench/btl/data/ |
D | go_mean | 49 source mk_mean_script.sh syr2 $1 11 50 300 1000 $mode $prefix
|
D | action_settings.txt | 17 syr2 ; "{/*1.5 symmretric rank-2 update (A += u^T v + u v^T)}" ; "matrix size" ; 4:5000
|
/external/eigen/bench/btl/libs/STL/ |
D | STL_interface.hh | 153 static inline void syr2(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in syr2() function in STL_interface
|
/external/eigen/bench/btl/libs/eigen3/ |
D | eigen3_interface.hh | 158 static EIGEN_DONT_INLINE void syr2(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){ in syr2() function in eigen3_interface
|
/external/eigen/blas/ |
D | level2_real_impl.h | 105 int EIGEN_BLAS_FUNC(syr2)(const char *uplo, const int *n, const RealScalar *palpha, const RealScala… in EIGEN_BLAS_FUNC() argument
|