Extension: Matrix functions
#include "dg/matrix/matrix.h"
dg::mat::ExponentialERKStep< ContainerType > Member List

This is the complete list of members for dg::mat::ExponentialERKStep< ContainerType >, including all inherited members.

container_type typedefdg::mat::ExponentialERKStep< ContainerType >
copyable() constdg::mat::ExponentialERKStep< ContainerType >inline
embedded_order() constdg::mat::ExponentialERKStep< ContainerType >inline
ExponentialERKStep()=defaultdg::mat::ExponentialERKStep< ContainerType >
ExponentialERKStep(ConvertsToFunctionalButcherTableau< value_type > tableau, const ContainerType &copyable)dg::mat::ExponentialERKStep< ContainerType >inline
num_stages() constdg::mat::ExponentialERKStep< ContainerType >inline
order() constdg::mat::ExponentialERKStep< ContainerType >inline
step(const std::tuple< ExplicitRHS, MatrixFunction > &ode, value_type t0, const ContainerType &u0, value_type &t1, ContainerType &u1, value_type dt, ContainerType &delta)dg::mat::ExponentialERKStep< ContainerType >inline
step(const std::tuple< ExplicitRHS, MatrixFunction > &ode, value_type t0, const ContainerType &u0, value_type &t1, ContainerType &u1, value_type dt)dg::mat::ExponentialERKStep< ContainerType >inline
value_type typedefdg::mat::ExponentialERKStep< ContainerType >