ch.javasoft.smx.iface
Interface ReadableIntRationalMatrix<N extends Number>

All Superinterfaces:
Cloneable, MatrixBase<N>, ReadableBigIntegerRationalMatrix<N>, ReadableDoubleMatrix<N>, ReadableLongRationalMatrix<N>, ReadableMatrix<N>
All Known Subinterfaces:
IntMatrix, IntRationalMatrix, ReadableIntMatrix<N>
All Known Implementing Classes:
DefaultIntMatrix, DefaultIntRationalMatrix

public interface ReadableIntRationalMatrix<N extends Number>
extends ReadableLongRationalMatrix<N>

The ReadableIntRationalMatrix TODO type javadoc for ReadableIntRationalMatrix


Method Summary
 int getIntDenominatorAt(int row, int col)
           
 int getIntNumeratorAt(int row, int col)
           
 IntRationalMatrix subIntRationalMatrix(int rowStart, int rowEnd, int colStart, int colEnd)
           
 IntRationalMatrix toIntRationalMatrix(boolean enforceNewInstance)
           
 
Methods inherited from interface ch.javasoft.smx.iface.ReadableLongRationalMatrix
getLongDenominatorAt, getLongNumeratorAt, subLongRationalMatrix, toLongRationalMatrix
 
Methods inherited from interface ch.javasoft.smx.iface.ReadableBigIntegerRationalMatrix
getBigFractionValueAt, getBigIntegerDenominatorAt, getBigIntegerNumeratorAt, subBigIntegerRationalMatrix, toBigIntegerRationalMatrix
 
Methods inherited from interface ch.javasoft.smx.iface.ReadableDoubleMatrix
getDoubleColumn, getDoubleColumns, getDoubleRow, getDoubleRows, getDoubleValueAt, subDoubleMatrix, toArray, toDoubleArray, toDoubleMatrix
 
Methods inherited from interface ch.javasoft.smx.iface.ReadableMatrix
clone, getNumberRows, getNumberValueAt, getSignumAt, newInstance, newInstance, toWritableMatrix, transpose
 
Methods inherited from interface ch.javasoft.smx.iface.MatrixBase
getColumnCount, getMatrixOperations, getNumberOperations, getRowCount, toMultilineString, toString, writeTo, writeTo, writeToMultiline, writeToMultiline
 

Method Detail

toIntRationalMatrix

IntRationalMatrix toIntRationalMatrix(boolean enforceNewInstance)

subIntRationalMatrix

IntRationalMatrix subIntRationalMatrix(int rowStart,
                                       int rowEnd,
                                       int colStart,
                                       int colEnd)

getIntNumeratorAt

int getIntNumeratorAt(int row,
                      int col)

getIntDenominatorAt

int getIntDenominatorAt(int row,
                        int col)