|
Stratax 0.2.0
|
Namespaces | |
| namespace | detail |
Classes | |
| class | Matrix |
| class | Tensor |
| class | Vector |
Functions | |
| template<typename T> | |
| std::ostream & | operator<< (std::ostream &os, const Vector< T > &vector) |
| Writes a vector in compact bracketed list form. | |
| template<typename T> | |
| std::ostream & | operator<< (std::ostream &os, const Matrix< T > &matrix) |
| Writes a matrix in a human-readable row-major layout. | |
| template<typename T> | |
| std::ostream & | operator<< (std::ostream &os, const Tensor< T > &tensor) |
| Writes a tensor in nested bracket notation. | |
| std::ostream & stratax::container::operator<< | ( | std::ostream & | os, |
| const Matrix< T > & | matrix ) |
| std::ostream & stratax::container::operator<< | ( | std::ostream & | os, |
| const Tensor< T > & | tensor ) |