public class DoubleArrays extends Object
Constructor and Description |
---|
DoubleArrays() |
Modifier and Type | Method and Description |
---|---|
static double[][] |
to2dArray(TableSliceGroup views,
int columnNumber) |
static double[] |
toN(int n)
Returns a double[] initialized with the values from 0 to n-1, inclusive;
|
public static double[] toN(int n)
public static double[][] to2dArray(TableSliceGroup views, int columnNumber)
Copyright © 2018. All rights reserved.