|
ug4
|
#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.
Classes | |
| class | ug::MathSymmetricMatrix< N, T > |
| A class for fixed size, dense matrices. More... | |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::MathSymmetricMatrix< 2 > &m) |
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::MathSymmetricMatrix< 3 > &m) |
| template<std::size_t N> | |
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::MathSymmetricMatrix< N > &m) |
| Print MathSymmetricMatrix<N> to standard output. | |