Class CartesianProductLong
java.lang.Object
edu.jas.util.CartesianProductLong
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCartesianProductLong(List<LongIterable> comps, long ub) CartesianProduct constructor. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
comps
data structure. -
upperBound
public final long upperBound
-
-
Constructor Details
-
CartesianProductLong
CartesianProduct constructor.- Parameters:
comps- components of the Cartesian product.ub- an upper bound for the total degree of the elements.
-
-
Method Details
-
iterator
-