TuttleOFX
1
|
#include <Matrix.hpp>
Public Types | |
typedef T | BaseType |
typedef boost::numeric::ublas::unbounded_array < BaseType, Alloc > | StorageType |
typedef boost::numeric::ublas::vector < BaseType, StorageType > | Type |
typedef boost::numeric::ublas::shallow_array_adaptor < BaseType > | ShallowStorageType |
typedef boost::numeric::ublas::vector < BaseType, ShallowStorageType > | ShallowType |
Private Member Functions | |
Vector () |
Definition at line 58 of file Matrix.hpp.
typedef T terry::math::Vector< T, Alloc >::BaseType |
Definition at line 60 of file Matrix.hpp.
typedef boost::numeric::ublas::shallow_array_adaptor<BaseType> terry::math::Vector< T, Alloc >::ShallowStorageType |
Definition at line 64 of file Matrix.hpp.
typedef boost::numeric::ublas::vector<BaseType, ShallowStorageType> terry::math::Vector< T, Alloc >::ShallowType |
Definition at line 65 of file Matrix.hpp.
typedef boost::numeric::ublas::unbounded_array<BaseType, Alloc > terry::math::Vector< T, Alloc >::StorageType |
Definition at line 61 of file Matrix.hpp.
typedef boost::numeric::ublas::vector<BaseType, StorageType> terry::math::Vector< T, Alloc >::Type |
Definition at line 62 of file Matrix.hpp.
terry::math::Vector< T, Alloc >::Vector | ( | ) | [inline, private] |
Definition at line 68 of file Matrix.hpp.