ILNumerics Ultimate VS

LapackMKL10_0sgelsd 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 sgelsd(
	int m,
	int n,
	int nrhs,
	float* A,
	int lda,
	float* B,
	int ldb,
	float* S,
	float RCond,
	ref int rank,
	ref int info
)

Parameters

m
Type: SystemInt32
n
Type: SystemInt32
nrhs
Type: SystemInt32
A
Type: SystemSingle*
lda
Type: SystemInt32
B
Type: SystemSingle*
ldb
Type: SystemInt32
S
Type: SystemSingle*
RCond
Type: SystemSingle
rank
Type: SystemInt32
info
Type: SystemInt32

Implements

ILapacksgelsd(Int32, Int32, Int32, Single*, Int32, Single*, Int32, Single*, Single, Int32, Int32)
See Also

Reference