Package org.ojalgo.array.operation
Class ROTM
- java.lang.Object
-
- org.ojalgo.array.operation.ROTM
-
- All Implemented Interfaces:
ArrayOperation
public abstract class ROTM extends java.lang.Object implements 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.