Linear Least SquaresSVDdc Solve(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)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Matrix SVDdcSolve(
Matrix A,
Matrix B,
double rcond
)VB
Public Function SVDdcSolve (
A As Matrix,
B As Matrix,
rcond As Double
) As Matrix