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


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

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