Class RotateRight

java.lang.Object
org.ojalgo.array.operation.RotateRight
All Implemented Interfaces:
ArrayOperation

public abstract class RotateRight extends Object implements ArrayOperation
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • THRESHOLD

      public static int THRESHOLD
  • Constructor Details

    • RotateRight

      public RotateRight()
  • Method Details

    • 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)