|  | Name | Description | 
|---|
|  | FloatComplexLeastSquares(FloatComplexMatrix, FloatComplexVector) | Constructs a least squares solution for the given linear system
            Ax = y. | 
|  | FloatComplexLeastSquares(FloatComplexMatrix, FloatComplexVector, Boolean) | Constructs a least squares solution for the given linear system
            Ax = y, optionally adding an intercept parameter to the
            model. | 
|  | FloatComplexLeastSquares(FloatComplexMatrix, FloatComplexVector, Single) | Constructs a least squares solution for the given linear system
            Ax = y using the specified tolerance to compute the 
            effective rank. | 
|  | FloatComplexLeastSquares(FloatComplexMatrix, FloatComplexVector, Boolean, Single) | 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. |