Represents an object that can solve a system of linear
equations in the least squares sense.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| C# |
public interface ISingleLeastSquaresSolver
|
| Visual Basic (Declaration) |
Public Interface ISingleLeastSquaresSolver
|
| Visual C++ |
public interface class ISingleLeastSquaresSolver
|
| F# |
type ISingleLeastSquaresSolver = interface end
|
See Also