Searched defs:syrk (Results 1 – 2 of 2) sorted by relevance
12 template<typename MatrixType> void syrk(const MatrixType& m) in syrk() function
357 int EIGEN_BLAS_FUNC(syrk)(const char *uplo, const char *op, const int *n, const int *k, in EIGEN_BLAS_FUNC() argument