|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadableLongRationalMatrix<N extends Number>
| 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 |
|---|
LongRationalMatrix toLongRationalMatrix(boolean enforceNewInstance)
LongRationalMatrix subLongRationalMatrix(int rowStart,
int rowEnd,
int colStart,
int colEnd)
long getLongNumeratorAt(int row,
int col)
long getLongDenominatorAt(int row,
int col)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||