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