ILNumerics Ultimate VS

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

Parameters

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

Reference