lima.mathematical.factorisation.quadraticsieve
Class DensitySortingTuple

java.lang.Object
  |
  +--lima.mathematical.factorisation.quadraticsieve.DensitySortingTuple
All Implemented Interfaces:
java.lang.Comparable

public class DensitySortingTuple
extends java.lang.Object
implements java.lang.Comparable

A class to represent factors from the factor base with the log of their product This has got to be sorted by the log field. (ie the sum(log(FB[factorIndicies])


Constructor Summary
DensitySortingTuple(int pos, int length)
          Construct a new SortingTuple object
 
Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DensitySortingTuple

public DensitySortingTuple(int pos,
                           int length)
Construct a new SortingTuple object

Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable
See Also:
Comparable.compareTo(java.lang.Object)