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


Category:containers Component type:function
Prototype
template<class Matrix>
columns_type<Matrix>::type columns(const Matrix& A) ;
Description
For matrix A, A[i] now gives you the ith column and A.begin() gives you an iterator over columns. See rows for an example.
Definition
matrix_implementation.h
Preconditions
Complexity
Example
Notes
See also

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