Class RotateRight

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int THRESHOLD  
    • Constructor Summary

      Constructors 
      Constructor Description
      RotateRight()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void invoke​(double[] data, int structure, int colA, int colB, double cos, double sin)  
      static void invoke​(float[] data, int structure, int colA, int colB, float cos, float sin)  
      static <N extends Scalar<N>>
      void
      invoke​(N[] data, int structure, int colA, int colB, N cos, N sin)  
      • Methods inherited from class java.lang.Object

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

      • THRESHOLD

        public static int THRESHOLD
    • Constructor Detail

      • RotateRight

        public RotateRight()
    • Method Detail

      • invoke

        public static void invoke​(double[] data,
                                  int structure,
                                  int colA,
                                  int colB,
                                  double cos,
                                  double sin)
      • invoke

        public static void invoke​(float[] data,
                                  int structure,
                                  int colA,
                                  int colB,
                                  float cos,
                                  float sin)
      • invoke

        public static <N extends Scalar<N>> void invoke​(N[] data,
                                                        int structure,
                                                        int colA,
                                                        int colB,
                                                        N cos,
                                                        N sin)