Ode Integrator.Initial Value Property
Gets or sets the initial value.
Definition
Namespace: Numerics.NET.Calculus.OrdinaryDifferentialEquations
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A vector containing the initial value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<double> InitialValue { get; set; }
Property Value
Vector<Double>A vector containing the initial value.