Click or drag to resize

IDVNLSD Interface

Defines the nonlinear system solver callback used internally by DVODE.

Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IDVNLSD

The IDVNLSD type exposes the following members.

Methods
 NameDescription
Public methodRun Solves the nonlinear system for one DVODE step.
Top
See Also