ug4
math_matrix.h File Reference
#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::MathMatrix< N, M, T >
 A class for fixed size, dense matrices. More...
 
class  ug::MathMatrix< 0, 0, T >
 
class  ug::MathMatrix< 0, N, T >
 
class  ug::MathMatrix< N, 0, T >
 

Namespaces

 ug
 the ug namespace
 

Functions

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. More...