|
Extension: Matrix functions
#include "dg/matrix/matrix.h"
|
#include <vector>#include <string>#include <functional>#include <unordered_map>#include "dg/algorithm.h"#include "functors.h"Go to the source code of this file.
Classes | |
| struct | dg::mat::FunctionalButcherTableau< real_type > |
| Manage coefficients of a functional (extended) Butcher tableau. More... | |
| struct | dg::mat::ConvertsToFunctionalButcherTableau< real_type > |
Convert identifiers to their corresponding dg::mat::FunctionalButcherTableau. More... | |
Namespaces | |
| namespace | dg |
| Classes for Krylov space approximations of a Matrix-Vector product. | |
| namespace | dg::mat |
Enumerations | |
| enum | dg::mat::func_tableau_identifier { dg::mat::EXPLICIT_EULER_1_1 , dg::mat::MIDPOINT_2_2 , dg::mat::CLASSIC_4_4 , dg::mat::HOCHBRUCK_3_3_4 } |
| Identifiers for Butcher Tableaus. More... | |