Class CABS1

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

public abstract class CABS1 extends Object implements ArrayOperation
The ?cabs1 is an auxiliary routine for a few BLAS Level 1 routines. This routine performs an operation defined as res=|Re(z)|+|Im(z)|, where z is a scalar, and res is a value containing the absolute value of a complex number z.
  • Field Details

    • THRESHOLD

      public static int THRESHOLD
  • Constructor Details

    • CABS1

      public CABS1()