Module JNISpice
Package spice.tspice

Class TestPCK


  • public class TestPCK
    extends java.lang.Object
    Class TestPCK provides methods that implement test families for the class PCK.

    Version 1.0.0 29-DEC-2016 (NJB)

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String DSK0  
      private static double MEDTOL  
      private static java.lang.String PCK0  
      private static java.lang.String SPK0  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestPCK()  
    • Method Summary

      Modifier and Type Method Description
      static boolean f_PCK()
      Test PCK methods.
      private static double T​(int n, double theta)
      Evaluate an nth degree Chebyshev polynomial at argument theta.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestPCK

        public TestPCK()
    • Method Detail

      • T

        private static double T​(int n,
                                double theta)
        Evaluate an nth degree Chebyshev polynomial at argument theta.