Class ROTMG

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

public abstract class ROTMG extends Object implements 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 Details

    • THRESHOLD

      public static int THRESHOLD
  • Constructor Details

    • ROTMG

      public ROTMG()