15 template<
typename T,
size_t N>
19 for (
size_t i = 0; i < N; ++i)
27 template<
typename T,
size_t N>
30 for (
size_t i = 0; i < N; ++i)
37 template<
typename T,
size_t N>
42 for (
size_t i = 0; i < N; ++i)
static constexpr const char * VECTOR_R_BRACE
static constexpr const char * VECTOR_L_BRACE
std::istream & operator>>(std::istream &is, mat< T, C, R > &matrix)
static constexpr const char * VECTOR_SEPARATOR
std::ostream & operator<<(std::ostream &os, const mat< T, C, R > &matrix)
std::string tostr(const mat< T, C, R > &matrix)