public final class GridCreation extends Object
| Modifier and Type | Method | 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-2019 CS Systèmes d'information. All rights reserved.