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 chegv( int itype, char jobz, char uplo, int n, fcomplex* A, int lda, fcomplex* B, int ldb, float* w, ref int info )
Parameters
- itype
- Type: SystemInt32
- jobz
- Type: SystemChar
- uplo
- Type: SystemChar
- n
- Type: SystemInt32
- A
- Type: ILNumericsfcomplex*
- lda
- Type: SystemInt32
- B
- Type: ILNumericsfcomplex*
- ldb
- Type: SystemInt32
- w
- Type: SystemSingle*
- info
- Type: SystemInt32
Implements
ILapackchegv(Int32, Char, Char, Int32, fcomplex*, Int32, fcomplex*, Int32, Single*, Int32)See Also