Least Squares Solver<T> Methods
Methods
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Returns a vector containing the predicted outcomes of the least squares solution. |
Get | Returns a vector containing the residuals of the least squares solution. |
Get | Returns the sum of the squares of the residuals of the least squares solution. |
Get | Gets the Type of the current instance. (Inherited from Object) |
Solve | Solves the least squares problem and returns the least norm solution. |
ToString | Returns a string that represents the current object. (Inherited from Object) |