Package org.ojalgo.array.operation
Class NRM2
- java.lang.Object
-
- org.ojalgo.array.operation.NRM2
-
- All Implemented Interfaces:
ArrayOperation
public abstract class NRM2 extends java.lang.Object implements ArrayOperation
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.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NRM2()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
invoke(double[] data, double scale, int first, int limit)
-