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

Go to the source code of this file.

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)