Package org.ojalgo.array.operation
Class ROT
java.lang.Object
org.ojalgo.array.operation.ROT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
THRESHOLD
public static int THRESHOLD
-
-
Constructor Details
-
ROT
public ROT()
-