ILNumerics Ultimate VS

LapackMKL10_0zgesvd Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
singular value decomposition

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Native
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public void zgesvd(
	char jobz,
	int m,
	int n,
	complex* a,
	int lda,
	double* s,
	complex* u,
	int ldu,
	complex* vt,
	int ldvt,
	ref int info
)

Parameters

jobz
Type: SystemChar
m
Type: SystemInt32
n
Type: SystemInt32
a
Type: ILNumericscomplex*
lda
Type: SystemInt32
s
Type: SystemDouble*
u
Type: ILNumericscomplex*
ldu
Type: SystemInt32
vt
Type: ILNumericscomplex*
ldvt
Type: SystemInt32
info
Type: SystemInt32

Implements

ILapackzgesvd(Char, Int32, Int32, complex*, Int32, Double*, complex*, Int32, complex*, Int32, Int32)
Remarks

[ILNumerics Core Module]

See Also

Reference