Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NRM2

        private NRM2()
    • Method Detail

      • invoke

        public static double invoke​(double[] data,
                                    double scale,
                                    int first,
                                    int limit)