|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadableIntRationalMatrix<N extends Number>
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 |
|---|
IntRationalMatrix toIntRationalMatrix(boolean enforceNewInstance)
IntRationalMatrix subIntRationalMatrix(int rowStart,
int rowEnd,
int colStart,
int colEnd)
int getIntNumeratorAt(int row,
int col)
int getIntDenominatorAt(int row,
int col)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||