|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadableBigIntegerMatrix<N extends Number>
(Readable) matrix based on BigInteger numbers
| Method Summary | |
|---|---|
BigInteger[] |
getBigIntegerColumn(int col)
|
BigInteger[][] |
getBigIntegerColumns()
|
BigInteger[] |
getBigIntegerRow(int row)
|
BigInteger[][] |
getBigIntegerRows()
|
BigInteger |
getBigIntegerValueAt(int row,
int col)
|
ReadableBigIntegerMatrix |
subBigIntegerMatrix(int rowStart,
int rowEnd,
int colStart,
int colEnd)
|
void |
toArray(BigInteger[] array)
|
BigInteger[] |
toBigIntegerArray()
|
BigIntegerMatrix |
toBigIntegerMatrix(boolean enforceNewInstance)
|
| 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 |
|---|
BigIntegerMatrix toBigIntegerMatrix(boolean enforceNewInstance)
ReadableBigIntegerMatrix subBigIntegerMatrix(int rowStart,
int rowEnd,
int colStart,
int colEnd)
BigInteger getBigIntegerValueAt(int row,
int col)
BigInteger[] toBigIntegerArray()
void toArray(BigInteger[] array)
BigInteger[] getBigIntegerRow(int row)
BigInteger[] getBigIntegerColumn(int col)
BigInteger[][] getBigIntegerRows()
BigInteger[][] getBigIntegerColumns()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||