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 sgeevx( char balance, char jobvl, char jobvr, char sense, int n, float* A, int lda, float* wr, float* wi, float* vl, int ldvl, float* 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: SystemSingle*
- lda
- Type: SystemInt32
- wr
- Type: SystemSingle*
- wi
- Type: SystemSingle*
- vl
- Type: SystemSingle*
- ldvl
- Type: SystemInt32
- vr
- Type: SystemSingle*
- ldvr
- Type: SystemInt32
- ilo
- Type: SystemInt32
- ihi
- Type: SystemInt32
- scale
- Type: SystemSingle*
- abnrm
- Type: SystemSingle
- rconde
- Type: SystemSingle*
- rcondv
- Type: SystemSingle*
- info
- Type: SystemInt32
Implements
ILapacksgeevx(Char, Char, Char, Char, Int32, Single*, Int32, Single*, Single*, Single*, Int32, Single*, Int32, Int32, Int32, Single*, Single, Single*, Single*, Int32)See Also