Data structor contiaing solution values an statistics for an ODE solve.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public class Solution<Ytype>
Visual Basic (Declaration)
Public Class Solution(Of Ytype)
Visual C++
generic<typename Ytype>
public ref class Solution

Type Parameters

Ytype
The type of the state vector for the ODE being solved. If a system of differential equations are being solved Ytype is a DoubleMatrix. If it is a single differential equation being solved Ytype is a DoubleVector.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Analysis..::.RungeKutta45OdeSolver..::.Solution<(Of <(Ytype>)>)

See Also