ILNumerics Ultimate VS

LapackMKL10_0zheevr 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 zheevr(
	char jobz,
	char range,
	char uplo,
	int n,
	complex* A,
	int lda,
	double vl,
	double vu,
	int il,
	int iu,
	double abstol,
	ref int m,
	double* w,
	complex* z,
	int ldz,
	int* isuppz,
	ref int info
)

Parameters

jobz
Type: SystemChar
range
Type: SystemChar
uplo
Type: SystemChar
n
Type: SystemInt32
A
Type: ILNumericscomplex*
lda
Type: SystemInt32
vl
Type: SystemDouble
vu
Type: SystemDouble
il
Type: SystemInt32
iu
Type: SystemInt32
abstol
Type: SystemDouble
m
Type: SystemInt32
w
Type: SystemDouble*
z
Type: ILNumericscomplex*
ldz
Type: SystemInt32
isuppz
Type: SystemInt32*
info
Type: SystemInt32

Implements

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

Reference