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

All Superinterfaces:
Cloneable, MatrixBase<N>, ReadableBigIntegerRationalMatrix<N>, ReadableDoubleMatrix<N>, ReadableMatrix<N>
All Known Subinterfaces:
IntMatrix, IntRationalMatrix, LongMatrix, LongRationalMatrix, ReadableIntMatrix<N>, ReadableIntRationalMatrix<N>, ReadableLongMatrix<N>
All Known Implementing Classes:
DefaultIntMatrix, DefaultIntRationalMatrix, DefaultLongMatrix

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


Method Summary
 long getLongDenominatorAt(int row, int col)
           
 long getLongNumeratorAt(int row, int col)
           
 LongRationalMatrix subLongRationalMatrix(int rowStart, int rowEnd, int colStart, int colEnd)
           
 LongRationalMatrix toLongRationalMatrix(boolean enforceNewInstance)
           
 
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

toLongRationalMatrix

LongRationalMatrix toLongRationalMatrix(boolean enforceNewInstance)

subLongRationalMatrix

LongRationalMatrix subLongRationalMatrix(int rowStart,
                                         int rowEnd,
                                         int colStart,
                                         int colEnd)

getLongNumeratorAt

long getLongNumeratorAt(int row,
                        int col)

getLongDenominatorAt

long getLongDenominatorAt(int row,
                          int col)