Inheritance diagram for IntegerMatrix:

Public Methods | |
| virtual | ~IntegerMatrix () |
| integer | getSize () const |
| size_t | getRows () const |
| size_t | getCols () const |
| virtual unsigned long | rank () const=0 |
| virtual void | smithForm (vector< NTL_ZZ::Element > &) const=0 |
| virtual integer & | determinant (integer &) const=0 |
| int | printRank () const |
| int | printSmithForm () const |
| int | printDeterminant () const |
Protected Attributes | |
| size_t | rows |
| size_t | cols |
|
|
|
|
|
Implemented in SparseIntegerMatrix, and DenseIntegerMatrix. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented in SparseIntegerMatrix, and DenseIntegerMatrix. |
|
|
Implemented in SparseIntegerMatrix, and DenseIntegerMatrix. |
|
|
|
|
|
|
1.2.18