mtl::MutableMatrix< T > Struct Template Reference
[Concepts]
Concept
MutableMatrix.
More...
#include <matrix.hpp>
List of all members.
Detailed Description
template<typename T>
struct mtl::MutableMatrix< T >
Concept
MutableMatrix.
- Refinement of:
-
- Notation:
- X is a type that models MutableMatrix
- A is an object of type X
- r, c are objects of size_type
- Valid expressions:
- Element access:
A(r, c)
Return Type: reference
Semantics: Element in row r
and column c
- Element access:
A[r][c]
Equivalent to A(r, c)
- Models:
-
- Note:
- The access via A[r][c] is supposed to be implemented by means of A(r, c) (typically via CRTP and proxies). If it would become (extremely) important to support 2D C arrays, it might be necessary to drop the requirement of element access by A(r, c).
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