ILNumerics Ultimate VS

LapackMKL10_0.dgelsd 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 dgelsd(
	int m,
	int n,
	int nrhs,
	double* A,
	int lda,
	double* B,
	int ldb,
	double* S,
	double RCond,
	ref int rank,
	ref int info
)

Parameters

m
Type: System.Int32
n
Type: System.Int32
nrhs
Type: System.Int32
A
Type: System.Double*
lda
Type: System.Int32
B
Type: System.Double*
ldb
Type: System.Int32
S
Type: System.Double*
RCond
Type: System.Double
rank
Type: System.Int32
info
Type: System.Int32

Implements

ILapack.dgelsd(Int32, Int32, Int32, Double*, Int32, Double*, Int32, Double*, Double, Int32, Int32)
See Also

Reference