ILNumerics Ultimate VS

ILapack.sgelsy 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

void sgelsy(
	int m,
	int n,
	int nrhs,
	float* A,
	int lda,
	float* B,
	int ldb,
	int* JPVT0,
	float RCond,
	ref int rank,
	ref int info
)

Parameters

m
Type: System.Int32
n
Type: System.Int32
nrhs
Type: System.Int32
A
Type: System.Single*
lda
Type: System.Int32
B
Type: System.Single*
ldb
Type: System.Int32
JPVT0
Type: System.Int32*
RCond
Type: System.Single
rank
Type: System.Int32
info
Type: System.Int32
See Also

Reference