ILNumerics Ultimate VS

LapackMKL10_0zhegv 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 zhegv(
	int itype,
	char jobz,
	char uplo,
	int n,
	complex* A,
	int lda,
	complex* B,
	int ldb,
	double* w,
	ref int info
)

Parameters

itype
Type: SystemInt32
jobz
Type: SystemChar
uplo
Type: SystemChar
n
Type: SystemInt32
A
Type: ILNumericscomplex*
lda
Type: SystemInt32
B
Type: ILNumericscomplex*
ldb
Type: SystemInt32
w
Type: SystemDouble*
info
Type: SystemInt32

Implements

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

Reference