TuttleOFX  1
terry::math::BoundedMatrix< T, M, N, SO > Struct Template Reference

#include <Matrix.hpp>

Inheritance diagram for terry::math::BoundedMatrix< T, M, N, SO >:

Public Types

typedef T BaseType
typedef
boost::numeric::ublas::bounded_matrix
< BaseType, M, N, SO > 
Type

Private Member Functions

 BoundedMatrix ()

Detailed Description

template<class T, std::size_t M, std::size_t N, typename SO = DefaultStorageOrder>
struct terry::math::BoundedMatrix< T, M, N, SO >

Definition at line 48 of file Matrix.hpp.


Member Typedef Documentation

template<class T, std::size_t M, std::size_t N, typename SO = DefaultStorageOrder>
typedef T terry::math::BoundedMatrix< T, M, N, SO >::BaseType

Definition at line 50 of file Matrix.hpp.

template<class T, std::size_t M, std::size_t N, typename SO = DefaultStorageOrder>
typedef boost::numeric::ublas::bounded_matrix<BaseType, M, N, SO> terry::math::BoundedMatrix< T, M, N, SO >::Type

Definition at line 51 of file Matrix.hpp.


Constructor & Destructor Documentation

template<class T, std::size_t M, std::size_t N, typename SO = DefaultStorageOrder>
terry::math::BoundedMatrix< T, M, N, SO >::BoundedMatrix ( ) [inline, private]

Definition at line 54 of file Matrix.hpp.


The documentation for this struct was generated from the following file: