Click or drag to resize

OrdinaryDifferentialEquationSystemFunction Property

Gets or sets the multivariate, vector function representing the set of ordinary differential equations.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public OrdinaryDifferentialEquationFunction Function { get; protected set; }

Property Value

Type: OrdinaryDifferentialEquationFunction
See Also