#include <transpose.h>
Public Types | |
| typedef Matrix::Element | Element |
| typedef Matrix::RowIterator | ColIterator |
| typedef Matrix::RawIterator | RawIterator |
| typedef Matrix::RawIndexedIterator | RawIndexedIterator |
| typedef Matrix::ConstRowIterator | ConstColIterator |
| typedef Matrix::ConstRawIterator | ConstRawIterator |
| typedef Matrix::ConstRawIndexedIterator | ConstRawIndexedIterator |
| typedef Matrix::Row | Column |
| typedef Matrix::Row | Col |
Public Member Functions | |
| TransposeMatrix (Matrix &A) | |
| TransposeMatrix (const TransposeMatrix &M) | |
| size_t | rowdim () const |
| size_t | coldim () const |
| template<class Field> std::ostream & | write (std::ostream &stream, const Field &F) const |
| void | setEntry (size_t i, size_t j, const Element &a_ij) |
| Element & | refEntry (size_t i, size_t j) |
| const Element & | getEntry (size_t i, size_t j) const |
| Element & | getEntry (Element &x, size_t i, size_t j) const |
| ColIterator | colBegin () |
| ColIterator | colEnd () |
| ConstColIterator | colBegin () const |
| ConstColIterator | colEnd () const |
| RawIterator | rawBegin () |
| RawIterator | rawEnd () |
| ConstRawIterator | rawBegin () const |
| ConstRawIterator | rawEnd () const |
| RawIndexedIterator | rawIndexedBegin () |
| RawIndexedIterator | rawIndexedEnd () |
| ConstRawIndexedIterator | rawIndexedBegin () const |
| ConstRawIndexedIterator | rawIndexedEnd () const |
Protected Attributes | |
| Matrix & | _A |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7