#include <memory>
#include <vector>
#include "pfasst/encap/encapsulation.hpp"
#include "pfasst/encap/vector_impl.hpp"
Go to the source code of this file.
|
| pfasst |
|
| pfasst::encap |
| Encapsulations (short encaps) are the central data type for all PFASST++ algorithms.
|
|
|
template<typename scalar , typename time = time_precision> |
VectorEncapsulation< scalar, time > & | pfasst::encap::as_vector (shared_ptr< Encapsulation< time >> x) |
|
template<typename scalar , typename time = time_precision> |
const VectorEncapsulation< scalar, time > & | pfasst::encap::as_vector (shared_ptr< const Encapsulation< time >> x) |
|