public abstract class NRM2
extends Object
implements BLAS1
The ?nrm2 routines perform a vector reduction operation defined as res = ||x||, where: x is a vector, res
is a value containing the Euclidean norm of the elements of x.
Author:
apete
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.array.blas.BLAS1