mtl::AllTraversableMatrix< M > Struct Template Reference
[Concepts]
Concept
AllTraversableMatrix: provides traversion over all elements.
More...
#include <matrix.hpp>
List of all members.
Detailed Description
template<typename M>
struct mtl::AllTraversableMatrix< M >
Concept
AllTraversableMatrix: provides traversion over all elements.
Concept AllTraversableSubMatrix: provides traversion of rows, columns of matrices.
Concept NonZeroTraversableMatrix: provides traversion over all structural non-zeros.
All elements of a matrix are traversed, including structural zeros. Can be used, e.g., for printing. The cursors begin and end are provided.
- Refinement of:
-
- Note:
- For dense matrices the concept is equivalent to NonZeroTraversableMatrix.
All structural non-zero elements of a
matrix are traversed. Can be used, e.g., for copying. The cursors begin and end are provided.
- Refinement of:
-
- Note:
- For dense matrices the concept is equivalent to AllTraversableMatrix.
All elements of a row or a column, according to the Tag, are traversed. The cursors begin and end are provided.
- Refinement of:
-
The documentation for this struct was generated from the following file:
- /usr/src/RPM/BUILD/mtl4-2.r6668.alpha/boost/numeric/mtl/concept/matrix.hpp