16#include <deal.II/lac/la_parallel_vector.templates.h>
20#include "la_parallel_vector.inst"
31#define TEMPL_COPY_CONSTRUCTOR(S1, S2) \
32 template Vector<S1, ::MemorySpace::Host> & \
33 Vector<S1, ::MemorySpace::Host>::operator= \
34 <S2>(const Vector<S2, ::MemorySpace::Host> &)
31#define TEMPL_COPY_CONSTRUCTOR(S1, S2) \ …
38#ifdef DEAL_II_WITH_COMPLEX_VALUES
43#undef TEMPL_COPY_CONSTRUCTOR
void reinit(const size_type size, const bool omit_zeroing_entries=false)
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
#define TEMPL_COPY_CONSTRUCTOR(S1, S2)