regina::NMatrixInt Class Reference
[Mathematical Support]

Represents a matrix of arbitrary precision integers. More...

#include <nmatrixint.h>

Inheritance diagram for regina::NMatrixInt:

regina::NMatrixRing< T > regina::ShareableObject regina::NMatrix< T > regina::boost::noncopyable

List of all members.

Public Member Functions

 NMatrixInt (unsigned long rows, unsigned long cols)
 Creates a new matrix of the given size.
 NMatrixInt (const NMatrixInt &cloneMe)
 Creates a new matrix that is a clone of the given matrix.
virtual void writeTextShort (std::ostream &out) const
 Writes this object in short text format to the given output stream.
virtual void writeTextLong (std::ostream &out) const
 Writes this object in long text format to the given output stream.


Detailed Description

Represents a matrix of arbitrary precision integers.

Calculations will be exact no matter how large the integers become.

Python:
Most inherited member functions are implemented. Exceptions are noted in the documentation for each individual member function.

The documentation for this class was generated from the following file:
Copyright © 1999-2006, Ben Burton
This software is released under the GNU General Public License.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).