Class RotateLeft

    • Field Summary

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

      Constructors 
      Constructor Description
      RotateLeft()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void invoke​(double[] data, int structure, int rowA, int rowB, double cos, double sin)  
      static void invoke​(float[] data, int structure, int rowA, int rowB, float cos, float sin)  
      static <N extends Scalar<N>>
      void
      invoke​(N[] data, int structure, int rowA, int rowB, 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

      • RotateLeft

        public RotateLeft()
    • Method Detail

      • invoke

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

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

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