|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LongMatrix
| Method Summary | |
|---|---|
LongMatrix |
clone()
|
LongMatrix |
newInstance(int rows,
int cols)
|
LongMatrix |
newInstance(Long[][] data,
boolean rowsInDim1)
|
LongMatrix |
transpose()
|
| Methods inherited from interface ch.javasoft.smx.iface.ReadableLongMatrix |
|---|
getLongColumn, getLongColumns, getLongRow, getLongRows, getLongValueAt, subLongMatrix, toArray, toLongArray, toLongMatrix |
| Methods inherited from interface ch.javasoft.smx.iface.ReadableBigIntegerMatrix |
|---|
getBigIntegerColumn, getBigIntegerColumns, getBigIntegerRow, getBigIntegerRows, getBigIntegerValueAt, subBigIntegerMatrix, toArray, toBigIntegerArray, toBigIntegerMatrix |
| 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.WritableLongMatrix |
|---|
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 |
|---|
LongMatrix newInstance(int rows,
int cols)
newInstance in interface MatrixBase<Long>newInstance in interface ReadableMatrix<Long>newInstance in interface WritableMatrix<Long>
LongMatrix newInstance(Long[][] data,
boolean rowsInDim1)
newInstance in interface MatrixBase<Long>newInstance in interface ReadableMatrix<Long>newInstance in interface WritableMatrix<Long>LongMatrix clone()
clone in interface MatrixBase<Long>clone in interface ReadableMatrix<Long>clone in interface WritableMatrix<Long>LongMatrix transpose()
transpose in interface MatrixBase<Long>transpose in interface ReadableMatrix<Long>transpose in interface WritableMatrix<Long>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||