org.apache.commons.math3.complex
Class RootsOfUnityTest

java.lang.Object
  extended by org.apache.commons.math3.complex.RootsOfUnityTest

public class RootsOfUnityTest
extends Object

Unit tests for the RootsOfUnity class.

Version:
$Id: RootsOfUnityTest.java 1244107 2012-02-14 16:17:55Z erans $

Constructor Summary
RootsOfUnityTest()
           
 
Method Summary
 void testComputeRoots()
           
 void testGetNumberOfRoots()
           
 void testMathIllegalState1()
           
 void testMathIllegalState2()
           
 void testMathIllegalState3()
           
 void testZeroNumberOfRoots()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootsOfUnityTest

public RootsOfUnityTest()
Method Detail

testMathIllegalState1

public void testMathIllegalState1()

testMathIllegalState2

public void testMathIllegalState2()

testMathIllegalState3

public void testMathIllegalState3()

testZeroNumberOfRoots

public void testZeroNumberOfRoots()

testGetNumberOfRoots

public void testGetNumberOfRoots()

testComputeRoots

public void testComputeRoots()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.