allpix::RungeKutta::Step

Utility type to return both the value and the error at every step.

#include <runge_kutta.h>

Public Attributes

Name
Eigen::Matrix< T, D, 1 > value
Eigen::Matrix< T, D, 1 > error

Public Attributes Documentation

variable value

Eigen::Matrix< T, D, 1 > value;

variable error

Eigen::Matrix< T, D, 1 > error;

Updated on 2025-02-27 at 14:14:46 +0000