|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntRationalMatrix
The IntRationalMatrix TODO type javadoc for IntRationalMatrix
| Method Summary | |
|---|---|
IntRationalMatrix |
clone()
|
IntRationalMatrix |
newInstance(int rows,
int cols)
|
IntRationalMatrix |
newInstance(Number[][] data,
boolean rowsInDim1)
|
IntRationalMatrix |
transpose()
|
| Methods inherited from interface ch.javasoft.smx.iface.RationalMatrix |
|---|
reduce, reduceRow, reduceValueAt |
| Methods inherited from interface ch.javasoft.smx.iface.ReadableIntRationalMatrix |
|---|
getIntDenominatorAt, getIntNumeratorAt, subIntRationalMatrix, toIntRationalMatrix |
| 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 |
|---|
getNumberRows, getNumberValueAt, getSignumAt, toWritableMatrix |
| Methods inherited from interface ch.javasoft.smx.iface.MatrixBase |
|---|
getColumnCount, getMatrixOperations, getNumberOperations, getRowCount, toMultilineString, toString, writeTo, writeTo, writeToMultiline, writeToMultiline |
| Methods inherited from interface ch.javasoft.smx.iface.WritableIntRationalMatrix |
|---|
add, addRowToOtherRow, multiply, multiplyRow, setValueAt |
| Methods inherited from interface ch.javasoft.smx.iface.WritableIntMatrix |
|---|
add, addRowToOtherRow, multiply, multiplyRow, setValueAt |
| Methods inherited from interface ch.javasoft.smx.iface.WritableMatrix |
|---|
negate, setValueAt, swapColumns, swapRows, toReadableMatrix |
| Method Detail |
|---|
IntRationalMatrix newInstance(int rows,
int cols)
newInstance in interface MatrixBasenewInstance in interface ReadableMatrixnewInstance in interface WritableMatrix
IntRationalMatrix newInstance(Number[][] data,
boolean rowsInDim1)
newInstance in interface MatrixBasenewInstance in interface ReadableMatrixnewInstance in interface WritableMatrixIntRationalMatrix clone()
clone in interface MatrixBaseclone in interface ReadableMatrixclone in interface WritableMatrixIntRationalMatrix transpose()
transpose in interface MatrixBasetranspose in interface ReadableMatrixtranspose in interface WritableMatrix
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||