ILNumerics Ultimate VS

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

Parameters

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

Implements

ILapackcgesdd(Char, Int32, Int32, fcomplex*, Int32, Single*, fcomplex*, Int32, fcomplex*, Int32, Int32)
See Also

Reference