SystemObject Extreme.MathematicsSolutionReportT,
Double Extreme.MathematicsSolutionReportT
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public class SolutionReport<T> : SolutionReport<T, double>
Public Class SolutionReport(Of T)
Inherits SolutionReport(Of T, Double)
generic<typename T>
public ref class SolutionReport : public SolutionReport<T, double>
type SolutionReport<'T> =
class
inherit SolutionReport<'T, float>
end
Type Parameters
- T
- The type of the result of the algorithm.
The SolutionReportT type exposes the following members.
Top
Top
Top
Use the SolutionReportT class to access the result of running
a ManagedIterativeAlgorithmT, TError, TReport.
Reference