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(NumericColumn... columns) |
static double[][] |
to2dArray(NumericColumn x,
NumericColumn y) |
static double[][] |
to2dArray(ViewGroup views,
int columnNumber) |
static double[] |
toN(int n) |
public static double[] toN(int n)
public static double[][] to2dArray(NumericColumn... columns)
public static double[][] to2dArray(ViewGroup views, int columnNumber)
public static double[][] to2dArray(double[] x, double[] y)
public static double[][] to2dArray(NumericColumn x, NumericColumn y)
Copyright © 2017. All rights reserved.