Function Dune::XT::Common::hstack

template<class K, int SIZE>
Dune::XT::Common::FieldVector<K, SIZE> Dune::XT::Common::hstack(Dune::FieldVector<K, SIZE> &&vec)

Specialization of

See also: hstack to stop the recursion.

template<class K, int SIZE>
Dune::XT::Common::FieldVector<K, SIZE> Dune::XT::Common::hstack(Dune::XT::Common::FieldVector<K, SIZE> &&vec)

Specialization of

See also: hstack to stop the recursion.

template<class K, int SIZE>
Dune::XT::Common::FieldVector<K, SIZE> Dune::XT::Common::hstack(const Dune::FieldVector<K, SIZE> &vec)

Specialization of

See also: hstack to stop the recursion.

template<class K, int SIZE>
Dune::XT::Common::FieldVector<K, SIZE> Dune::XT::Common::hstack(const Dune::XT::Common::FieldVector<K, SIZE> &vec)

Specialization of

See also: hstack to stop the recursion.