table of contents
lapacke_dgebrd.c(3) | LAPACK | lapacke_dgebrd.c(3) |
NAME¶
lapacke_dgebrd.c
SYNOPSIS¶
#include 'lapacke_utils.h'
Functions¶
lapack_int LAPACKE_dgebrd (int matrix_layout,
lapack_int m, lapack_int n, double *a, lapack_int lda,
double *d, double *e, double *tauq, double *taup)
Function Documentation¶
lapack_int LAPACKE_dgebrd (int matrix_layout, lapack_int m, lapack_int n, double * a, lapack_int lda, double * d, double * e, double * tauq, double * taup)¶
Definition at line 36 of file lapacke_dgebrd.c.
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
Tue Nov 14 2017 | Version 3.8.0 |