Home
last modified time | relevance | path

Searched refs:syr2 (Results 1 – 7 of 7) sorted by relevance

/external/eigen/bench/btl/actions/
Daction_syr2.hh92 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/
Dblas_interface_impl.hh25 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/
Dgo_mean49 source mk_mean_script.sh syr2 $1 11 50 300 1000 $mode $prefix
Daction_settings.txt17 syr2 ; "{/*1.5 symmretric rank-2 update (A += u^T v + u v^T)}" ; "matrix size" ; 4:5000
/external/eigen/bench/btl/libs/STL/
DSTL_interface.hh153 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/
Deigen3_interface.hh158 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/
Dlevel2_real_impl.h105 int EIGEN_BLAS_FUNC(syr2)(const char *uplo, const int *n, const RealScalar *palpha, const RealScala… in EIGEN_BLAS_FUNC() argument