Package org.ojalgo.array.operation
Class CABS1
- java.lang.Object
-
- org.ojalgo.array.operation.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.