#include 'lapacke_utils.h'
lapack_int LAPACKE_dggqrf (int matrix_layout, lapack_int n, lapack_int m, lapack_int p, double *a, lapack_int lda, double *taua, double *b, lapack_int ldb, double *taub)
Definition at line 36 of file lapacke_dggqrf.c.
Generated automatically by Doxygen for LAPACK from the source code.