table of contents
other versions
| lapacke_dgeevx_work.c(3) | LAPACK | lapacke_dgeevx_work.c(3) | 
NAME¶
lapacke_dgeevx_work.c
SYNOPSIS¶
#include 'lapacke_utils.h'
Functions¶
lapack_int LAPACKE_dgeevx_work (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, double *work, lapack_int
    lwork, lapack_int *iwork)
  
  
Function Documentation¶
lapack_int LAPACKE_dgeevx_work (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, double * work, lapack_int lwork, lapack_int * iwork)¶
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
| Wed May 24 2017 | Version 3.7.0 |