TuttleOFX  1
terry::math::BoundedVector< T, S > Struct Template Reference

#include <Matrix.hpp>

Public Types

typedef T BaseType
typedef
boost::numeric::ublas::bounded_vector
< BaseType, S > 
Type

Private Member Functions

 BoundedVector ()

Detailed Description

template<typename T, std::size_t S>
struct terry::math::BoundedVector< T, S >

Definition at line 72 of file Matrix.hpp.


Member Typedef Documentation

template<typename T , std::size_t S>
typedef T terry::math::BoundedVector< T, S >::BaseType

Definition at line 74 of file Matrix.hpp.

template<typename T , std::size_t S>
typedef boost::numeric::ublas::bounded_vector<BaseType, S> terry::math::BoundedVector< T, S >::Type

Definition at line 75 of file Matrix.hpp.


Constructor & Destructor Documentation

template<typename T , std::size_t S>
terry::math::BoundedVector< T, S >::BoundedVector ( ) [inline, private]

Definition at line 78 of file Matrix.hpp.


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