Package org.ojalgo.array.operation
Class CABS1
java.lang.Object
org.ojalgo.array.operation.CABS1
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
THRESHOLD
public static int THRESHOLD
-
-
Constructor Details
-
CABS1
public CABS1()
-