Improved Euler method (Heun's method, explicit trapezoidal rule) More...
#include <FreeFormTransformationRungeKutta.h>
Additional Inherited Members | |
Public Types inherited from mirtk::FreeFormTransformationExplicitRungeKutta< TFreeFormTransformation, FreeFormTransformationButcherTableauRKH2 > | |
typedef FreeFormTransformationButcherTableauRKH2 | BT |
Short-hand for Butcher tableau template argument. | |
Static Protected Member Functions inherited from mirtk::FreeFormTransformationRungeKutta | |
static void | dkdp (Matrix &dk, const Matrix &Dv, const Matrix &dx, const double dv[3], double h) |
Helper for computation of Jacobian w.r.t control point. | |
static void | dkdx (Matrix &dk, const Matrix &Dv, const Matrix &dx, double h) |
Helper for computation of Jacobian w.r.t spatial coordinates. | |
Improved Euler method (Heun's method, explicit trapezoidal rule)
Definition at line 813 of file FreeFormTransformationRungeKutta.h.