| 
    geomc 1.0
    
   A c++ linear algebra template library 
   | 
 
 Public Types | |
| typedef RefType | ref_t | 
Public Member Functions | |
| MtxRowIterator (M *m, const Vec< index_t, 2 > &pt) | |
| MtxRowIterator (M *m, index_t row) | |
Public Attributes | |
| M * | mtx | 
| Vec< index_t, 2 > | pt | 
Friends | |
| class | boost::iterator_core_access |