#include <cstddef>
#include <ostream>
#include <iomanip>
#include "../../types.h"
#include "math_vector.h"
#include "common/assert.h"
Go to the source code of this file.
|
| namespace | ug |
| | the ug namespace
|
| |
|
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::MathMatrix< 2, 2 > &m) |
| |
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::MathMatrix< 2, 3 > &m) |
| |
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::MathMatrix< 3, 2 > &m) |
| |
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::MathMatrix< 3, 3 > &m) |
| |
| template<std::size_t N, std::size_t M> |
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::MathMatrix< N, M > &m) |
| | Print MathMatrix<N,M> to standard output.
|
| |