Concept OrientedCollection: collections with concept-awareness in terms of associated type. More...
#include <collection.hpp>
Public Types | |
typedef T::orientation | orientation |
Associated type for orientation; by default identical with member type. |
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.