ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Namespace: ILNumerics.Core.Native
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
void cgeevx( char balance, char jobvl, char jobvr, char sense, int n, fcomplex* A, int lda, fcomplex* w, fcomplex* vl, int ldvl, fcomplex* vr, int ldvr, ref int ilo, ref int ihi, float* scale, ref float abnrm, float* rconde, float* rcondv, ref int info )
Parameters
- balance
- Type: SystemChar
- jobvl
- Type: SystemChar
- jobvr
- Type: SystemChar
- sense
- Type: SystemChar
- n
- Type: SystemInt32
- A
- Type: ILNumericsfcomplex*
- lda
- Type: SystemInt32
- w
- Type: ILNumericsfcomplex*
- vl
- Type: ILNumericsfcomplex*
- ldvl
- Type: SystemInt32
- vr
- Type: ILNumericsfcomplex*
- ldvr
- Type: SystemInt32
- ilo
- Type: SystemInt32
- ihi
- Type: SystemInt32
- scale
- Type: SystemSingle*
- abnrm
- Type: SystemSingle
- rconde
- Type: SystemSingle*
- rcondv
- Type: SystemSingle*
- info
- Type: SystemInt32
See Also