|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadableLongMatrix<N extends Number>
| Method Summary | |
|---|---|
long[] |
getLongColumn(int col)
|
long[][] |
getLongColumns()
|
long[] |
getLongRow(int row)
|
long[][] |
getLongRows()
|
long |
getLongValueAt(int row,
int col)
|
ReadableLongMatrix |
subLongMatrix(int rowStart,
int rowEnd,
int colStart,
int colEnd)
|
void |
toArray(long[] array)
|
long[] |
toLongArray()
|
LongMatrix |
toLongMatrix(boolean enforceNewInstance)
|
| 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 |
|---|
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 |
|---|
LongMatrix toLongMatrix(boolean enforceNewInstance)
ReadableLongMatrix subLongMatrix(int rowStart,
int rowEnd,
int colStart,
int colEnd)
long getLongValueAt(int row,
int col)
long[] toLongArray()
void toArray(long[] array)
long[] getLongRow(int row)
long[] getLongColumn(int col)
long[][] getLongRows()
long[][] getLongColumns()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||