Static utility functions used in the port of the SciPy ODE solver.
More...
|
static double | Validate_max_step (double max_step) |
|
static double | Validate_first_step (double first_step, double t0, double t_bound) |
|
static double | Norm (ref double[] x) |
| Compute the RMS norm More...
|
|
static double | Select_initial_step (Ivp.DiffEqFunction fun, double t0, double[] y0, double[] f0, double direction, double order, double rtol, double[] atol, params object[] args) |
|
|
static double | EPS = 2.220446049250313e-16 |
|
static | double |
|
Static utility functions used in the port of the SciPy ODE solver.
◆ Norm()
static double NumericalTools.Common.Norm |
( |
ref double [] |
x | ) |
|
|
inlinestatic |
Compute the RMS norm
- Parameters
-
- Returns
◆ Validate_first_step()
static double NumericalTools.Common.Validate_first_step |
( |
double |
first_step, |
|
|
double |
t0, |
|
|
double |
t_bound |
|
) |
| |
|
inlinestatic |
"""Assert that first_step is valid and return it."""
◆ Validate_max_step()
static double NumericalTools.Common.Validate_max_step |
( |
double |
max_step | ) |
|
|
inlinestatic |
"""Assert that max_Step is valid and return it."""
The documentation for this class was generated from the following file:
- DE Solver/Assets/NumericalTools/SciPyBased/Scripts/Solvers/Ivp/Common.cs