lima.mathematical.factorisation.quadraticsieve
Class QSWorkUnitInput
java.lang.Object
|
+--lima.mathematical.factorisation.quadraticsieve.QSWorkUnitInput
- All Implemented Interfaces:
- java.io.Serializable
- public class QSWorkUnitInput
- extends java.lang.Object
- implements java.io.Serializable
Objects of this class encapsulate the input data for a quadratic sieve work unit.
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
QSWorkUnitInput(lima.distribution.Constants remoteConstants,
int constantsHashCode,
int[] aFactorsRef)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
remoteConstants
protected lima.distribution.Constants remoteConstants
constantsHashCode
protected int constantsHashCode
aFactorsRef
protected int[] aFactorsRef
QSWorkUnitInput
protected QSWorkUnitInput(lima.distribution.Constants remoteConstants,
int constantsHashCode,
int[] aFactorsRef)