Extension: Matrix functions
#include "dg/matrix/matrix.h"
exp_runge_kutta.h File Reference
#include "dg/algorithm.h"
#include "matrixsqrt.h"

Go to the source code of this file.

Classes

struct  dg::mat::ExponentialStep< ContainerType >
 Exponential one step time-integration for \( \dot y = A y \). More...
 
struct  dg::mat::ExponentialERKStep< ContainerType >
 Exponential Runge-Kutta fixed-step time-integration for \( \dot y = A y + g(t,y)\). More...
 

Namespaces

namespace  dg
 Classes for Krylov space approximations of a Matrix-Vector product.
 
namespace  dg::mat