#include <nmatrixint.h>
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. |
Calculations will be exact no matter how large the integers become.