Package org.ojalgo.array.operation
Class ROTM
java.lang.Object
org.ojalgo.array.operation.ROTM
- All Implemented Interfaces:
ArrayOperation
Given two vectors x and y, each vector element of these vectors is replaced as follows: for i=1 to n, where
H is a modified Givens transformation matrix whose values are stored in the param[1] through param[4]
array. See discussion on the param argument.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
THRESHOLD
public static int THRESHOLD
-
-
Constructor Details
-
ROTM
public ROTM()
-