vector.h
void iv_assign(Vec &d, size_t i, T v, Ts... vrest)
Definition: vector.h:66
std::enable_if_t< detail::is_integral_range_v< Range > &&detail::is_sized_range_v< Range >, svector< detail::value_t< Range > > > iv(Range &&rng)
Definition: vector.h:49
std::ostream & operator<<(std::ostream &os, const boost::container::small_vector< T, N > &vec)
Vector output stream operator.
Definition: vector.h:104
Definition: eigen.h:138
std::ostream & operator<<(std::ostream &os, const DistArray< Tile, Policy > &a)
Add the tensor to an output stream.
Definition: dist_array.h:1602
Definition: array_impl.cpp:28
void print_array(std::ostream &out, const A &a, const std::size_t n)
Print the content of an array like object.
Definition: utility.h:48
A (hyperrectangular) interval on , space of integer -indices.
Definition: range.h:46