public abstract class CABS1
extends Object
implements BLAS1
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.
Author:
apete
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.array.blas.BLAS1