Class CABS1

  • All Implemented Interfaces:
    ArrayOperation

    public abstract class CABS1
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      static int THRESHOLD  
    • Constructor Summary

      Constructors 
      Constructor Description
      CABS1()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • THRESHOLD

        public static int THRESHOLD
    • Constructor Detail

      • CABS1

        public CABS1()