ILNumerics Ultimate VS

LapackMKL10_0zgeevx 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 zgeevx(
	char balance,
	char jobvl,
	char jobvr,
	char sense,
	int n,
	complex* A,
	int lda,
	complex* w,
	complex* vl,
	int ldvl,
	complex* vr,
	int ldvr,
	ref int ilo,
	ref int ihi,
	double* scale,
	ref double abnrm,
	double* rconde,
	double* rcondv,
	ref int info
)

Parameters

balance
Type: SystemChar
jobvl
Type: SystemChar
jobvr
Type: SystemChar
sense
Type: SystemChar
n
Type: SystemInt32
A
Type: ILNumericscomplex*
lda
Type: SystemInt32
w
Type: ILNumericscomplex*
vl
Type: ILNumericscomplex*
ldvl
Type: SystemInt32
vr
Type: ILNumericscomplex*
ldvr
Type: SystemInt32
ilo
Type: SystemInt32
ihi
Type: SystemInt32
scale
Type: SystemDouble*
abnrm
Type: SystemDouble
rconde
Type: SystemDouble*
rcondv
Type: SystemDouble*
info
Type: SystemInt32

Implements

ILapackzgeevx(Char, Char, Char, Char, Int32, complex*, Int32, complex*, complex*, Int32, complex*, Int32, Int32, Int32, Double*, Double, Double*, Double*, Int32)
See Also

Reference