matrix_traits<Matrix> [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category:containers,tags Component type:type
Description
Example
Definition
Template Parameters
Model of
Members
Member Where defined Description
shape   The shape of the matrix, either rectangle_tag, banded_tag, diagonal_tag, triangle_tag, or symmetric_tag
orientation   The orientation, either row_tag or column_tag
sparsity   The sparsity, either dense_tag or sparse_tag
transpose_type   Used by the trans helper function
strided_type   Used by the rows and columns helper functions
strideability   Whether the rows and columns functions can be used with this Matrix
scaled_type   The Matrix type resulting from wrapping a scaled adator around this Matrix
storage_loc   Whether the Matrix owns its data, either external_tag or internal_tag
OneD   A OneD part of a Matrix. This could be a Row, a Column or a Diagonal depending on the type of Matrix.
value_type   The element type of the matrix
reference    
const_reference    
pointer    
size_type   A NonNegativeIntegral type
difference_type    
New members
Notes
See also

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