ILNumerics Ultimate VS

ILapackdgelsy 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 dgelsy(
	int m,
	int n,
	int nrhs,
	double* A,
	int lda,
	double* B,
	int ldb,
	int* JPVT0,
	double RCond,
	ref int rank,
	ref int info
)

Parameters

m
Type: SystemInt32
n
Type: SystemInt32
nrhs
Type: SystemInt32
A
Type: SystemDouble*
lda
Type: SystemInt32
B
Type: SystemDouble*
ldb
Type: SystemInt32
JPVT0
Type: SystemInt32*
RCond
Type: SystemDouble
rank
Type: SystemInt32
info
Type: SystemInt32
See Also

Reference