Class DOTU

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

public abstract class DOTU extends Object implements ArrayOperation
The ?dotu routines perform a vector-vector reduction operation defined as Equation where xi and yi are elements of complex vectors x and y.
  • Field Details

    • THRESHOLD

      public static int THRESHOLD
  • Constructor Details

    • DOTU

      public DOTU()