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