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