SolutionPoint Type

Structure to represent solution point. Current point has form (t,x1,x2,...,xn), where n is problem's dimension

Instance members

Instance member Description

this.T

Full Usage: this.T

Returns: float

Gets current time

Returns: float

this.X

Full Usage: this.X

Returns: Vector

Gets phase variables values in current time point

Returns: Vector