Package org.rubato.math.matrix

This package contains implementations of matrixes over complex numbers, real numbers, rationals, integers and modular integers.

See:
          Description

Class Summary
CMatrix Matrixes over complex numbers.
Matrix Abstract base class for matrixes.
QMatrix Matrixes over rational numbers.
RMatrix Matrixes over real numbers.
ZMatrix Matrixes over integers.
ZnMatrix Matrixes over modular integers.
 

Package org.rubato.math.matrix Description

This package contains implementations of matrixes over complex numbers, real numbers, rationals, integers and modular integers.