Logo MTL4

mtl::MinorTraversableMatrix< M > Struct Template Reference
[Concepts]

Concept MinorTraversableMatrix: traversable on minor dimension. More...

#include <matrix.hpp>

Inherits Matrix< M >, and TraversableCollection< mtl::tag::minor, M >.

Collaboration diagram for mtl::MinorTraversableMatrix< M >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<typename M>
struct mtl::MinorTraversableMatrix< M >

Concept MinorTraversableMatrix: traversable on minor dimension.

Concept for matrices that are traversable along the minor dimension, i.e. traversing the columns of a row-major matrix and the rows of a column-major matrices. The cursors begin and end are provided.

Refinement of:
Note:
  1. This traversal corresponds to the iterator design in MTL 2.

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


mtl::MinorTraversableMatrix< M > 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.