#include <memory>
#include <vector>
#include <Eigen/Dense>
#include "pfasst/interfaces.hpp"
#include "pfasst/encap/encapsulation_impl.hpp"
Go to the source code of this file.
Classes | |
class | pfasst::encap::Encapsulation< time > |
Data/solution encapsulation. More... | |
class | pfasst::encap::EncapFactory< time > |
Abstract interface of factory for creating Encapsulation objects. More... | |
Namespaces | |
pfasst | |
pfasst::encap | |
Encapsulations (short encaps) are the central data type for all PFASST++ algorithms. | |
Typedefs | |
template<typename scalar > | |
using | Matrix = Eigen::Matrix< scalar, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > |
typedef enum pfasst::encap::EncapType | pfasst::encap::EncapType |
Enumerations | |
enum | pfasst::encap::EncapType { pfasst::encap::solution, pfasst::encap::function } |
Definition in file encapsulation.hpp.
using Matrix = Eigen::Matrix<scalar, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor> |
Definition at line 15 of file encapsulation.hpp.