geomc 1.0
A c++ linear algebra template library
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
MtxSubsetIterator< M, RefType > Class Template Reference
Inheritance diagram for MtxSubsetIterator< M, RefType >:

Public Types

typedef RefType ref_t
 

Public Member Functions

 MtxSubsetIterator (M *m, const MatrixRegion &region)
 
 MtxSubsetIterator (M *m, const MatrixRegion &region, const Vec< index_t, 2 > &pt)
 
 MtxSubsetIterator (M *m, Vec< index_t, 2 > pt=Vec< index_t, 2 >::zeros)
 
 MtxSubsetIterator (M *m, const GridIterator< index_t, 2, ARRAYORDER_LAST_DIM_CONSECUTIVE > &p)
 
Vec< index_t, 2 > point ()
 
MtxSubsetIterator< M, RefType > begin ()
 
MtxSubsetIterator< M, RefType > end ()
 

Public Attributes

M * mtx
 
GridIterator< index_t, 2, ARRAYORDER_LAST_DIM_CONSECUTIVEp
 

Friends

class boost::iterator_core_access
 

The documentation for this class was generated from the following file: