Class ROT

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

public abstract class ROT extends Object implements ArrayOperation
Given two complex vectors x and y, each vector element of these vectors is replaced as follows: xi = c*xi + s*yi yi = c*yi - s*xi
  • Field Details

    • THRESHOLD

      public static int THRESHOLD
  • Constructor Details

    • ROT

      public ROT()