aimstil  5.0.5
Matrix3.h File Reference
#include "boost/array.hpp"
#include "til/ghost_array.h"
#include "til/til_common.h"
#include "til/multi_array.h"
#include "til/numeric_array.h"
#include "til/matrix3Tools.h"
Include dependency graph for Matrix3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  til::matrix< TStorage >
 
struct  til::simple_matrix< D, TPrec >
 A full, square matrix whose size is known at compile time. More...
 
class  til::Matrix3< T >
 A mathematical matrix. More...
 

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 

Functions

template<typename TStorage >
std::ostream & til::operator<< (std::ostream &os, const matrix< TStorage > &m)
 
template<typename T >
Matrix3< T > til::operator- (Matrix3< T > const &mat)
 
template<typename T1 , typename T2 >
numeric_array< typename combine< T1, T2 >::type, 3 > til::operator* (const Matrix3< T1 > &m, const numeric_array< T2, 3 > &v)
 
template<typename T1 , typename T2 >
T2 til::operator* (const Matrix3< T1 > &m, const T2 &v)
 
template<typename T >
std::ostream & til::operator<< (std::ostream &os, const Matrix3< T > &m)