Documentation of 'kcl.waterloo.math.ArrayUtils' Java class
ArrayUtils
kcl.waterloo.math

Class ArrayUtils



  • public final class ArrayUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static double[] asDouble(java.util.ArrayList<java.lang.Double> in) 
      static double[] asDouble(java.lang.Double[] in) 
      static java.lang.Double[] boxed(double[] in) 
      static java.util.ArrayList<java.lang.Double> toArrayList(double[] arr) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • asDouble

        public static double[] asDouble(java.lang.Double[] in)
      • boxed

        public static java.lang.Double[] boxed(double[] in)
      • toArrayList

        public static java.util.ArrayList<java.lang.Double> toArrayList(double[] arr)
      • asDouble

        public static double[] asDouble(java.util.ArrayList<java.lang.Double> in)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.