Click or drag to resize

OdeHelpers Class

[Missing <summary> documentation for "T:Altaxo.Calc.Ode.Obsolete.OdeHelpers"]

Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Ode.ObsoleteOdeHelpers

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class OdeHelpers

The OdeHelpers type exposes the following members.

Methods
 NameDescription
Public Extension MethodAppendStepModifies solution by adding time step between consequtive points at the end of system state vector
Public Extension MethodSolveFromToExtracts points with time between from and to points.
Public Extension MethodSolveFromToStepExtracts points with time between from and to points and interpolates points with specified time step.
Public Extension MethodSolveToExtracts points with time less than or equal to to
Public Extension MethodWithStepInterpolates solution at points with specified time step
Top
See Also