public final class VectorUtil
extends Object
-
Method Summary
static float[]
static double[]
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
toArray
public static float[] toArray(List<Float> list)
-
toDoubleArray
public static double[] toDoubleArray(List<Float> list)
-
toList
public static List<Float> toList(float... values)
-
toList
public static List<Long> toList(long... values)