Class ArrayMath


  • @Deprecated
    public class ArrayMath
    extends ArrayMath
    Deprecated.
    Utility class for simple vector arithmetic.
    • Constructor Detail

      • ArrayMath

        public ArrayMath()
        Deprecated.
    • Method Detail

      • maxIdx

        public static int maxIdx​(double[] x)
        Deprecated.
        Find index of maximum element in the vector x
        Parameters:
        x - input vector
        Returns:
        index of the maximum element. Index of the first maximum element is returned if multiple maximums are found.