Click or drag to resize

Altaxo.Calc.Ode.Obsolete.Radau5 Namespace

Contains legacy Radau5-based ordinary differential equation implementations.
Classes
 ClassDescription
Public classCONTR5 Evaluates the dense output polynomial produced by the translated RADAU5 solver.
Public classDEC Provides Gaussian elimination for dense matrices used by the translated RADAU5 solver.
Public classDECB Provides Gaussian elimination for band matrices used by the translated RADAU5 solver.
Public classDECBC Provides Gaussian elimination for complex band matrices used by the translated RADAU5 solver.
Public classDECC Provides Gaussian elimination for complex dense matrices used by the translated RADAU5 solver.
Public classDECH Provides Gaussian elimination for Hessenberg matrices used by the translated RADAU5 solver.
Public classDECHC Provides Gaussian elimination for complex Hessenberg matrices used by the translated RADAU5 solver.
Public classDECOMC Builds and factorizes the complex-valued matrices used by the obsolete `Radau5` solver.
Public classDECOMR Builds and factorizes the real-valued matrices used by the obsolete `Radau5` solver.
Public classELMHES Reduces matrices to upper Hessenberg form for the translated RADAU5 solver.
Public classESTRAD Estimates the real-valued local error for the obsolete `Radau5` implementation.
Public classESTRAV Estimates the multi-stage local error for the obsolete `Radau5` implementation.
Public classRADAU5 Provides the translated entry point for the obsolete RADAU5 ODE solver.
Public classRADCOR Contains the translated core iteration routine for the obsolete RADAU5 solver.
Public classSLVRAD Solves the coupled real and complex stage systems used by the obsolete `Radau5` implementation.
Public classSLVRAI Solves the complex-valued stage systems used by the obsolete `Radau5` implementation.
Public classSLVRAR Solves the real-valued stage systems used by the obsolete `Radau5` implementation.
Public classSLVROD Solves the stage correction system for the obsolete `Radau5` implementation.
Public classSLVSEU Solves the simplified error update system for the obsolete `Radau5` implementation.
Public classSOL Solves dense linear systems using factors produced by DEC.
Public classSOLB Solves banded linear systems using factors produced by DECB.
Public classSOLBC Solves complex banded linear systems using factors produced by DECBC.
Public classSOLC Solves complex dense linear systems using factors produced by DECC.
Public classSOLH Solves Hessenberg linear systems using factors produced by DECH.
Public classSOLHC Solves complex Hessenberg linear systems using factors produced by DECHC.
Interfaces
 InterfaceDescription
Public interfaceIBBAMPL Defines the mass-matrix callback used by the obsolete RADAU5 wrapper.
Public interfaceIFVPOL Defines the right-hand side callback used by the obsolete RADAU5 wrapper.
Public interfaceIJVPOL Defines the Jacobian callback used by the obsolete RADAU5 wrapper.
Public interfaceISOLOUTR Defines the dense-output callback used by the obsolete RADAU5 wrapper.