Interface BigIntegerCalculation
- All Superinterfaces:
Calculation
,Serializable
- All Known Implementing Classes:
AbstractBigIntegerCalculation
,Fibonacci
,Pascal
,ToBigIntegerMatrix
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ujmp.core.calculation.Calculation
Calculation.Ret
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBigInteger
(long... coordinates) void
setBigInteger
(BigInteger value, long... coordinates) Methods inherited from interface org.ujmp.core.calculation.Calculation
availableCoordinates, calc, calcLink, calcNew, calcOrig, containsCoordinates, getColumnCount, getDimension, getMetaData, getRowCount, getSize, getSource, getSources, getValueType, setMetaData
-
Method Details
-
getBigInteger
-
setBigInteger
-