public class DoubleArrays extends Object
| Constructor and Description |
|---|
DoubleArrays() |
| Modifier and Type | Method and Description |
|---|---|
static double[][] |
to2dArray(double[] x,
double[] y) |
static double[][] |
to2dArray(List<NumericColumn<?>> columnList) |
static double[][] |
to2dArray(NumericColumn<?>... columns) |
static double[][] |
to2dArray(NumericColumn<?> x,
NumericColumn<?> y) |
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(NumericColumn<?>... columns)
public static double[][] to2dArray(List<NumericColumn<?>> columnList)
public static double[][] to2dArray(TableSliceGroup views, int columnNumber)
public static double[][] to2dArray(double[] x,
double[] y)
public static double[][] to2dArray(NumericColumn<?> x, NumericColumn<?> y)
Copyright © 2020. All rights reserved.