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