ILNumerics Ultimate VS

ILapackdgeevx 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

void dgeevx(
	char balance,
	char jobvl,
	char jobvr,
	char sense,
	int n,
	double* A,
	int lda,
	double* wr,
	double* wi,
	double* vl,
	int ldvl,
	double* 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: SystemDouble*
lda
Type: SystemInt32
wr
Type: SystemDouble*
wi
Type: SystemDouble*
vl
Type: SystemDouble*
ldvl
Type: SystemInt32
vr
Type: SystemDouble*
ldvr
Type: SystemInt32
ilo
Type: SystemInt32
ihi
Type: SystemInt32
scale
Type: SystemDouble*
abnrm
Type: SystemDouble
rconde
Type: SystemDouble*
rcondv
Type: SystemDouble*
info
Type: SystemInt32
See Also

Reference