| 
| static constexpr std::array< std::array< Value, Stages >, Stages >  | k_coefficients | 
| 
static constexpr std::size_t  | Stages = 4 | 
| 
static constexpr std::array< Value, Stages >  | time_coefficients { 0.0, 0.4, 0.45573725, 1.0 } | 
| 
static constexpr std::array< Value, Stages >  | update_coefficients { 0.17476028, -0.55148066, 1.20553560, 0.17118478 } | 
template<typename Value = double>
struct TNL::Solvers::ODE::Methods::Ralston4< Value >
Fourth order Ralstons's method. 
- Template Parameters
 - 
  
    | Value | is arithmetic type used for computations.  |