Struct ExponentialDecay

Struct Documentation

struct ExponentialDecay

Public Functions

inline void operator()(double t, const std::vector<double> &state, std::vector<double> &derivative)

Public Members

double k = 1.0