lapacke_dgeevx_work.c

Section: LAPACK (3)
Updated: Tue Nov 14 2017
Page Index
 

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)

Definition at line 36 of file lapacke_dgeevx_work.c.  

Author

Generated automatically by Doxygen for LAPACK from the source code.


 

Index

NAME
SYNOPSIS
Functions
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