LinearLeastSquaresSVDdcSolve(Matrix, Matrix, Double) Method

Definition

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public Matrix SVDdcSolve(
	Matrix A,
	Matrix B,
	double rcond
)

Parameters

A  Matrix
 
B  Matrix
 
rcond  Double
 

Return Value

Matrix

See Also