Package org.ojalgo.array.operation
Class ROTMG
java.lang.Object
org.ojalgo.array.operation.ROTMG
- All Implemented Interfaces:
ArrayOperation
Given Cartesian coordinates (x1, y1) of an input vector, these routines compute the components of a
modified Givens transformation matrix H that zeros the y-component of the resulting vector:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
THRESHOLD
public static int THRESHOLD
-
-
Constructor Details
-
ROTMG
public ROTMG()
-