FullMatrix< number >::Accessor Class Reference
List of all members.
Detailed Description
template<typename number>
class FullMatrix< number >::Accessor
Accessor class for iterators
Constructor & Destructor Documentation
template<typename number>
Constructor. Since we use accessors only for read access, a const matrix pointer is sufficient.
Member Function Documentation
template<typename number>
Row number of the element represented by this object.
template<typename number>
Column number of the element represented by this object.
template<typename number>
number FullMatrix< number >::Accessor::value |
( |
|
) |
const |
Value of this matrix entry.
Friends And Related Function Documentation
template<typename number>
Member Data Documentation
template<typename number>
template<typename number>
template<typename number>
The documentation for this class was generated from the following file: