Represents the solution to a least squares problem.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public sealed class LeastSquaresSolver
|
| Visual Basic (Declaration) |
Public NotInheritable Class LeastSquaresSolver
|
| Visual C++ |
public ref class LeastSquaresSolver sealed
|
| F# |
[<SealedAttribute>]
type LeastSquaresSolver = class end
|
Remarks
Inheritance Hierarchy
See Also