17 #include <deal.II/lac/la_parallel_vector.templates.h>
21 #include "la_parallel_vector.inst"
32 #define TEMPL_COPY_CONSTRUCTOR(S1, S2) \
33 template Vector<S1, ::MemorySpace::Host> \
34 &Vector<S1, ::MemorySpace::Host>::operator= \
35 <S2>(const Vector<S2, ::MemorySpace::Host> &)
39 #ifdef DEAL_II_WITH_COMPLEX_VALUES
44 #undef TEMPL_COPY_CONSTRUCTOR