|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LongRationalMatrix
| Method Summary | |
|---|---|
LongRationalMatrix |
clone()
|
LongRationalMatrix |
newInstance(int rows,
int cols)
|
LongRationalMatrix |
newInstance(Number[][] data,
boolean rowsInDim1)
|
LongRationalMatrix |
transpose()
|
| Methods inherited from interface ch.javasoft.smx.iface.RationalMatrix |
|---|
reduce, reduceRow, reduceValueAt |
| 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.WritableLongRationalMatrix |
|---|
add, addRowToOtherRow, multiply, multiplyRow, setValueAt |
| Methods inherited from interface ch.javasoft.smx.iface.WritableLongMatrix |
|---|
add, addRowToOtherRow, multiply, multiplyRow, setValueAt |
| 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 |
| Methods inherited from interface ch.javasoft.smx.iface.MatrixBase |
|---|
getColumnCount, getMatrixOperations, getNumberOperations, getRowCount, toMultilineString, toString, writeTo, writeTo, writeToMultiline, writeToMultiline |
| Method Detail |
|---|
LongRationalMatrix newInstance(int rows,
int cols)
newInstance in interface MatrixBasenewInstance in interface ReadableMatrixnewInstance in interface WritableMatrix
LongRationalMatrix newInstance(Number[][] data,
boolean rowsInDim1)
newInstance in interface MatrixBasenewInstance in interface ReadableMatrixnewInstance in interface WritableMatrixLongRationalMatrix clone()
clone in interface MatrixBaseclone in interface ReadableMatrixclone in interface WritableMatrixLongRationalMatrix 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 | |||||||||