|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntMatrix
The IntMatrix TODO type javadoc for IntMatrix
| Method Summary | |
|---|---|
IntMatrix |
clone()
|
IntMatrix |
newInstance(Integer[][] data,
boolean rowsInDim1)
|
IntMatrix |
newInstance(int rows,
int cols)
|
IntMatrix |
transpose()
|
| Methods inherited from interface ch.javasoft.smx.iface.ReadableIntMatrix |
|---|
getIntColumn, getIntColumns, getIntRow, getIntRows, getIntValueAt, subIntMatrix, toArray, toIntArray, toIntMatrix |
| Methods inherited from interface ch.javasoft.smx.iface.ReadableIntRationalMatrix |
|---|
getIntDenominatorAt, getIntNumeratorAt, subIntRationalMatrix, toIntRationalMatrix |
| 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.WritableIntMatrix |
|---|
add, addRowToOtherRow, multiply, multiplyRow, setValueAt |
| Methods inherited from interface ch.javasoft.smx.iface.WritableMatrix |
|---|
negate, setValueAt, swapColumns, swapRows, toReadableMatrix |
| Method Detail |
|---|
IntMatrix newInstance(int rows,
int cols)
newInstance in interface MatrixBase<Integer>newInstance in interface ReadableMatrix<Integer>newInstance in interface WritableMatrix<Integer>
IntMatrix newInstance(Integer[][] data,
boolean rowsInDim1)
newInstance in interface MatrixBase<Integer>newInstance in interface ReadableMatrix<Integer>newInstance in interface WritableMatrix<Integer>IntMatrix clone()
clone in interface MatrixBase<Integer>clone in interface ReadableMatrix<Integer>clone in interface WritableMatrix<Integer>IntMatrix transpose()
transpose in interface MatrixBase<Integer>transpose in interface ReadableMatrix<Integer>transpose in interface WritableMatrix<Integer>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||