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
public void ssyevr( char jobz, char range, char uplo, int n, float* A, int lda, float vl, float vu, int il, int iu, float abstol, ref int m, float* w, float* z, int ldz, int* isuppz, ref int info )
Parameters
- jobz
- Type: SystemChar
- range
- Type: SystemChar
- uplo
- Type: SystemChar
- n
- Type: SystemInt32
- A
- Type: SystemSingle*
- lda
- Type: SystemInt32
- vl
- Type: SystemSingle
- vu
- Type: SystemSingle
- il
- Type: SystemInt32
- iu
- Type: SystemInt32
- abstol
- Type: SystemSingle
- m
- Type: SystemInt32
- w
- Type: SystemSingle*
- z
- Type: SystemSingle*
- ldz
- Type: SystemInt32
- isuppz
- Type: SystemInt32*
- info
- Type: SystemInt32
Implements
ILapackssyevr(Char, Char, Char, Int32, Single*, Int32, Single, Single, Int32, Int32, Single, Int32, Single*, Single*, Int32, Int32*, Int32)See Also