Class RotateLeft

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

public abstract class RotateLeft 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 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 Details

    • THRESHOLD

      public static int THRESHOLD
  • Constructor Details

    • RotateLeft

      public RotateLeft()
  • Method Details

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