PFASST++
vector.hpp File Reference
#include <memory>
#include <vector>
#include "pfasst/encap/encapsulation.hpp"
#include "pfasst/encap/vector_impl.hpp"
+ Include dependency graph for vector.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pfasst::encap::VectorEncapsulation< scalar, time >
 
class  pfasst::encap::VectorFactory< scalar, time >
 

Namespaces

 pfasst
 
 pfasst::encap
 Encapsulations (short encaps) are the central data type for all PFASST++ algorithms.
 

Functions

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)