Overload List

  NameDescription
DoubleComplexLeastSquares(DoubleComplexMatrix, DoubleComplexVector)
Constructs a least squares solution for the given linear system Ax = y.
DoubleComplexLeastSquares(DoubleComplexMatrix, DoubleComplexVector, Boolean)
Constructs a least squares solution for the given linear system Ax = y, optionally adding an intercept parameter to the model.
DoubleComplexLeastSquares(DoubleComplexMatrix, DoubleComplexVector, Double)
Constructs a least squares solution for the given linear system Ax = y using the specified tolerance to compute the effective rank.
DoubleComplexLeastSquares(DoubleComplexMatrix, DoubleComplexVector, Boolean, Double)
Constructs a least squares solution for the given linear system Ax = y, optionally adding an intercept parameter, and using the specified tolerance to compute the effective rank.

See Also