A Butcher tableau row. More...
#include <ButcherTableau.hpp>
A Butcher tableau row.
There exist two partial specializations for this type: one for a regular row, which includes a node and several Runge-Kutta coefficients (the exact number being depending on (TStage + 1)); the other is a weight row, which only includes an array of
TStages
for the weights.
TScalarType | Type of the scalar coefficients. |
TStages | Number of stages in the integration scheme. |
TStage | Index of the current stage. |
TIsWeights | If true, the current row is a weight row. |