ILNumerics Ultimate VS

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

Parameters

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

Implements

ILapackdgesdd(Char, Int32, Int32, Double*, Int32, Double*, Double*, Int32, Double*, Int32, Int32)
See Also

Reference