public final class GridCreation extends Object
| Modifier and Type | Method and Description |
|---|---|
static double[] |
createLinearGrid(double min,
double max,
int n)
Create a linear grid between min and max value for a number n of points.
|
public static double[] createLinearGrid(double min,
double max,
int n)
min - value for grid[0]max - value for grid[n-1]n - number of pointsCopyright © 2014-2020 CS GROUP. All rights reserved.