Click or drag to resize

DoubleComplexLeastSquares Constructor

Overload List
 NameDescription
Public methodDoubleComplexLeastSquares(DoubleComplexMatrix, DoubleComplexVector) Constructs a least squares solution for the given linear system Ax = y.
Public methodDoubleComplexLeastSquares(DoubleComplexMatrix, DoubleComplexVector, Boolean) Constructs a least squares solution for the given linear system Ax = y, optionally adding an intercept parameter to the model.
Public methodDoubleComplexLeastSquares(DoubleComplexMatrix, DoubleComplexVector, Double) Constructs a least squares solution for the given linear system Ax = y using the specified tolerance to compute the effective rank.
Public methodDoubleComplexLeastSquares(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.
Top
See Also