Class IdealTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class IdealTest
    extends junit.framework.TestCase
    Ideal tests with JUnit.
    Author:
    Heinz Kredel
    • Constructor Detail

      • IdealTest

        public IdealTest​(java.lang.String name)
        Constructs a IdealTest object.
        Parameters:
        name - String.
    • Method Detail

      • main

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

        public static junit.framework.Test suite()
        suite.
      • setUp

        protected void setUp()
        Overrides:
        setUp in class junit.framework.TestCase
      • tearDown

        protected void tearDown()
        Overrides:
        tearDown in class junit.framework.TestCase
      • testIdealTopt

        public void testIdealTopt()
        Test Ideal term order optimization.
      • testElimIdeal

        public void testElimIdeal()
        Test elimination Ideals.
      • testUnivPoly

        public void testUnivPoly()
        Test univariate polynomials in ideal.
      • testComplexRoot

        public void testComplexRoot()
        Test complex roots univariate polynomials in zero dim ideal.
      • testRealRoot

        public void testRealRoot()
        Test real roots univariate polynomials in zero dim ideal.
      • testZeroDimDecomp

        public void testZeroDimDecomp()
        Test zero dimensional decomposition.
      • testIdealRealRoot

        public void testIdealRealRoot()
        Test real roots univariate polynomials in zero dim ideal.
      • testIdealComplexRoot

        public void testIdealComplexRoot()
        Test complex roots univariate polynomials in zero dim ideal.
      • testExtCont

        public void testExtCont()
        Test extension-contraction.
      • testPrimeDecomp

        public void testPrimeDecomp()
        Test prime ideal decomposition.
      • testRadicalDecomp

        public void testRadicalDecomp()
        Test radical ideal decomposition.
      • testIrredDecomp

        public void testIrredDecomp()
        Test ideal decomposition.
      • testPrimaryDecomp

        public void testPrimaryDecomp()
        Test primary ideal decomposition.