ILNumerics Ultimate VS

LapackMKL10_0sgesvd 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 sgesvd(
	char jobz,
	int m,
	int n,
	float* a,
	int lda,
	float* s,
	float* u,
	int ldu,
	float* vt,
	int ldvt,
	ref int info
)

Parameters

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

Implements

ILapacksgesvd(Char, Int32, Int32, Single*, Int32, Single*, Single*, Int32, Single*, Int32, Int32)
Remarks

[ILNumerics Core Module]

See Also

Reference