ILNumerics Ultimate VS

LapackMKL10_0cgeevx Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

Namespace:  ILNumerics.Core.Native
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public 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

Implements

ILapackcgeevx(Char, Char, Char, Char, Int32, fcomplex*, Int32, fcomplex*, fcomplex*, Int32, fcomplex*, Int32, Int32, Int32, Single*, Single, Single*, Single*, Int32)
See Also

Reference