ColumnMatrix [MTL Home] Programmers Guide
  Contents | Index |  Search 


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
Name Function Complexity
Invariants
Models
Notes
See also

[MTL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.