Class NRMINF

java.lang.Object
org.ojalgo.array.operation.NRMINF
All Implemented Interfaces:
ArrayOperation

public abstract class NRMINF extends Object implements ArrayOperation
Infinity norm - largest absolute value
  • Constructor Details

    • NRMINF

      private NRMINF()
  • Method Details

    • invoke

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