Function Dune::XT::Common::make_array¶ Function template Dune::XT::Common::make_array¶ template<class T, int N>std::array<T, N> Dune::XT::Common::make_array(const T &v)¶ get a non-zero initialised std::array Function template Dune::XT::Common::make_array¶ template<class T, int N>std::array<T, N> Dune::XT::Common::make_array(const int &v)¶ creates a std::array<T, N> from a std::vector (broadcasting a size-1 vector, else copying the first N entries)