Home
last modified time | relevance | path

Searched defs:syrk (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Dproduct_syrk.cpp12 template<typename MatrixType> void syrk(const MatrixType& m) in syrk() function
/external/eigen/blas/
Dlevel3_impl.h357 int EIGEN_BLAS_FUNC(syrk)(const char *uplo, const char *op, const int *n, const int *k, in EIGEN_BLAS_FUNC() argument