Classes | |
| struct | Mat |
| struct | Vec |
Functions | |
| template<typename T , int Rows, int Cols> | |
| std::ostream & | operator<< (std::ostream &os, const Mat< T, Rows, Cols > &A) |
| template<typename T , int N> | |
| constexpr Vec< T, N > | operator* (const Vec< T, N > &v, const T scalar) noexcept |
| template<typename T , int N> | |
| constexpr Vec< T, N > | operator* (const T scalar, const Vec< T, N > &v) noexcept |
| template<typename T , int N> | |
| std::ostream & | operator<< (std::ostream &os, const Vec< T, N > &v) |
|
constexprnoexcept |
|
constexprnoexcept |
| std::ostream & terra::dense::operator<< | ( | std::ostream & | os, |
| const Mat< T, Rows, Cols > & | A | ||
| ) |
| std::ostream & terra::dense::operator<< | ( | std::ostream & | os, |
| const Vec< T, N > & | v | ||
| ) |