#include 'lapacke_utils.h'
lapack_int LAPACKE_dsfrk (int matrix_layout, char transr, char uplo, char trans, lapack_int n, lapack_int k, double alpha, const double *a, lapack_int lda, double beta, double *c)
Definition at line 36 of file lapacke_dsfrk.c.
Generated automatically by Doxygen for LAPACK from the source code.