Class NRMINF

  • All Implemented Interfaces:
    ArrayOperation

    public abstract class NRMINF
    extends java.lang.Object
    implements ArrayOperation
    Infinity norm - largest absolute value
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NRMINF()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double invoke​(double[] data, int first, int limit)  
      • Methods inherited from class java.lang.Object

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

      • NRMINF

        private NRMINF()
    • Method Detail

      • invoke

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