Logo MTL4

mtl::OrientedCollection< T > Struct Template Reference
[Concepts]

Concept OrientedCollection: collections with concept-awareness in terms of associated type. More...

#include <collection.hpp>

Inherits Collection< T >.

Collaboration diagram for mtl::OrientedCollection< T >:

Collaboration graph
[legend]

List of all members.

Public Types

typedef T::orientation orientation
 Associated type for orientation; by default identical with member type.


Detailed Description

template<typename T>
struct mtl::OrientedCollection< T >

Concept OrientedCollection: collections with concept-awareness in terms of associated type.

Concept-awareness is given for matrices as well as for vectors consistent to the unification in AlgebraicCollection. The orientation of vectors determines whether it is a row or a column vector. The orientation of matrices only characterizes the internal representation and has no semantic consequences.

Refinement of:
Associated type:
  • orientation

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


mtl::OrientedCollection< T > Struct Template Reference -- MTL 4 -- Peter Gottschling and Andrew Lumsdaine -- Generated on 24 Aug 2009 by Doxygen 1.5.9 -- Copyright 2008-09 by TU Dresden and the Trustees of Indiana University.