Class RationalMatrixFactory

All Implemented Interfaces:
MatrixFactoryI, JepComponent, Serializable

public class RationalMatrixFactory extends GenericMatrixFactory<Rational>
A MatrixFactory where the matrices have elements of type Rational. and calculations are performed using the RationalField. Here the matrices are actually an array Rational[][] rather than array Object[][] where the elements are all rationals.
See Also: