Represents an object that can solve a system of linear
equations in the least squares sense.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface ILeastSquaresSolver |
| C# |
|---|
public interface ILeastSquaresSolver |
| C++ |
|---|
public interface class ILeastSquaresSolver |
Methods
| Icon | Type | Description |
|---|---|---|
| LeastSquaresSolve(Vector) |
Solves the system of linear equations in the
least-squares sense for the specified
right-hand side Vector and overwrites
the right-hand side with the result.
| |
| LeastSquaresSolve(GeneralVector, Boolean) |
Solves the system of linear equations in the
least-squares sense for the specified
right-hand side Vector.
|