ILNumerics Ultimate VS

LapackMKL10_0sgesdd 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 sgesdd(
	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

ILapacksgesdd(Char, Int32, Int32, Single*, Int32, Single*, Single*, Int32, Single*, Int32, Int32)
See Also

Reference