lima.testing
Class TestFactorSet

java.lang.Object
  |
  +--lima.mathematical.factorisation.FactorSet
        |
        +--lima.testing.TestFactorSet

public class TestFactorSet
extends FactorSet


Constructor Summary
protected TestFactorSet()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class lima.mathematical.factorisation.FactorSet
length, multiply, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestFactorSet

protected TestFactorSet()
Method Detail

main

public static void main(java.lang.String[] args)