Home
last modified time | relevance | path

Searched defs:syr2 (Results 1 – 4 of 4) sorted by relevance

/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
/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
/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