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