|
|
|
Category:containers |
Component type:concept |
|
 |
Description
|
A row-oriented, or row-major Matrix. The iterators for this
Matrix type traverse along the rows of the Matrix, and the
operator[](n) returns a row of the Matrix.
Additionally, there is a Row typedef which refers to the OneD
type of the Matrix.
|
 |
Refinement of
|
|
 |
Associated types
|
Concept |
Type name |
Description |
Vector
|
X::Row
|
Row type, same as Matrix::OneD
|
|
 |
Notations
|
|
 |
Definitions
|
|
 |
Expression semantics
|
Description |
Expression |
Semantics |
|
 |
Function specification
|
|
 |
Invariants
|
|
 |
Models
|
|
 |
Notes
|
|
 |
See also
|
|