scicpp::print

Defined in header <scicpp/core.hpp>

Print an array onto the screen.


template<typename T, std::size_t N>
void print(const std::array<T, N> &A)

template<typename T>
void print(const std::vector<T> &V)