|
|
| |
lapacke_dggevx.c(3) |
LAPACK |
lapacke_dggevx.c(3) |
#include 'lapacke_utils.h'
lapack_int LAPACKE_dggevx (int matrix_layout, char balanc, char
jobvl, char jobvr, char sense, lapack_int n, double *a,
lapack_int lda, double *b, lapack_int ldb, double *alphar,
double *alphai, double *beta, double *vl, lapack_int ldvl, double *vr,
lapack_int ldvr, lapack_int *ilo, lapack_int *ihi, double
*lscale, double *rscale, double *abnrm, double *bbnrm, double *rconde, double
*rcondv)
Definition at line 35 of file lapacke_dggevx.c.
Generated automatically by Doxygen for LAPACK from the source code.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |