Altaxo. |
| Class | Description | |
|---|---|---|
| CONTR5 | Evaluates the dense output polynomial produced by the translated RADAU5 solver. | |
| DEC | Provides Gaussian elimination for dense matrices used by the translated RADAU5 solver. | |
| DECB | Provides Gaussian elimination for band matrices used by the translated RADAU5 solver. | |
| DECBC | Provides Gaussian elimination for complex band matrices used by the translated RADAU5 solver. | |
| DECC | Provides Gaussian elimination for complex dense matrices used by the translated RADAU5 solver. | |
| DECH | Provides Gaussian elimination for Hessenberg matrices used by the translated RADAU5 solver. | |
| DECHC | Provides Gaussian elimination for complex Hessenberg matrices used by the translated RADAU5 solver. | |
| DECOMC | Builds and factorizes the complex-valued matrices used by the obsolete `Radau5` solver. | |
| DECOMR | Builds and factorizes the real-valued matrices used by the obsolete `Radau5` solver. | |
| ELMHES | Reduces matrices to upper Hessenberg form for the translated RADAU5 solver. | |
| ESTRAD | Estimates the real-valued local error for the obsolete `Radau5` implementation. | |
| ESTRAV | Estimates the multi-stage local error for the obsolete `Radau5` implementation. | |
| RADAU5 | Provides the translated entry point for the obsolete RADAU5 ODE solver. | |
| RADCOR | Contains the translated core iteration routine for the obsolete RADAU5 solver. | |
| SLVRAD | Solves the coupled real and complex stage systems used by the obsolete `Radau5` implementation. | |
| SLVRAI | Solves the complex-valued stage systems used by the obsolete `Radau5` implementation. | |
| SLVRAR | Solves the real-valued stage systems used by the obsolete `Radau5` implementation. | |
| SLVROD | Solves the stage correction system for the obsolete `Radau5` implementation. | |
| SLVSEU | Solves the simplified error update system for the obsolete `Radau5` implementation. | |
| SOL | Solves dense linear systems using factors produced by DEC. | |
| SOLB | Solves banded linear systems using factors produced by DECB. | |
| SOLBC | Solves complex banded linear systems using factors produced by DECBC. | |
| SOLC | Solves complex dense linear systems using factors produced by DECC. | |
| SOLH | Solves Hessenberg linear systems using factors produced by DECH. | |
| SOLHC | Solves complex Hessenberg linear systems using factors produced by DECHC. |
| Interface | Description | |
|---|---|---|
| IBBAMPL | Defines the mass-matrix callback used by the obsolete RADAU5 wrapper. | |
| IFVPOL | Defines the right-hand side callback used by the obsolete RADAU5 wrapper. | |
| IJVPOL | Defines the Jacobian callback used by the obsolete RADAU5 wrapper. | |
| ISOLOUTR | Defines the dense-output callback used by the obsolete RADAU5 wrapper. |