Class SVC_Q

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Cache cache  
      private double[] QD  
      private byte[] y  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) float[] get_Q​(int i, int len)  
      (package private) double[] get_QD()  
      (package private) void swap_index​(int i, int j)  
      • Methods inherited from class java.lang.Object

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

      • y

        private final byte[] y
      • cache

        private final Cache cache
      • QD

        private final double[] QD
    • Method Detail

      • get_Q

        float[] get_Q​(int i,
                      int len)
        Specified by:
        get_Q in class Kernel
      • get_QD

        double[] get_QD()
        Specified by:
        get_QD in class Kernel
      • swap_index

        void swap_index​(int i,
                        int j)
        Overrides:
        swap_index in class Kernel