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 zheevr( char jobz, char range, char uplo, int n, complex* A, int lda, double vl, double vu, int il, int iu, double abstol, ref int m, double* w, complex* z, int ldz, int* isuppz, ref int info )
Parameters
- jobz
- Type: SystemChar
- range
- Type: SystemChar
- uplo
- Type: SystemChar
- n
- Type: SystemInt32
- A
- Type: ILNumericscomplex*
- lda
- Type: SystemInt32
- vl
- Type: SystemDouble
- vu
- Type: SystemDouble
- il
- Type: SystemInt32
- iu
- Type: SystemInt32
- abstol
- Type: SystemDouble
- m
- Type: SystemInt32
- w
- Type: SystemDouble*
- z
- Type: ILNumericscomplex*
- ldz
- Type: SystemInt32
- isuppz
- Type: SystemInt32*
- info
- Type: SystemInt32
See Also