Searched refs:symv (Results 1 – 8 of 8) sorted by relevance
/external/eigen/bench/btl/actions/ |
D | action_symv.hh | 97 Interface::symv(A,B,X,_size); in calculate() 106 STL_interface<typename Interface::real_type>::symv(A_stl,B_stl,X_stl,_size); in check_result()
|
/external/eigen/bench/btl/data/ |
D | go_mean | 48 source mk_mean_script.sh symv $1 11 50 300 1000 $mode $prefix
|
D | action_settings.txt | 16 symv ; "{/*1.5 symmetric matrix vector product}" ; "matrix size" ; 4:3000
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas_interface_impl.hh | 21 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in symv() function in blas_interface 22 BLAS_FUNC(symv)(&lower, &N,&fone,A,&N,B,&intone,&fzero,X,&intone); in symv()
|
/external/eigen/bench/btl/libs/STL/ |
D | STL_interface.hh | 136 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in symv() function in STL_interface
|
/external/eigen/bench/btl/libs/eigen3/ |
D | eigen3_interface.hh | 108 static inline void symv(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ in symv() function in eigen3_interface
|
/external/eigen/blas/ |
D | level2_real_impl.h | 13 int EIGEN_BLAS_FUNC(symv) (char *uplo, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealSc… in EIGEN_BLAS_FUNC() argument
|
/external/eigen/doc/ |
D | UsingIntelMKL.dox | 89 ?symv/?hemv
|