| Package | Description |
|---|---|
| math.coord |
Coordinate systems for math computations.
|
| Modifier and Type | Method and Description |
|---|---|
LinSpace |
LinSpace.allocate() |
static LinSpace |
LinSpace.centeredDoubleIndexed(double[] data) |
static LinSpace |
LinSpace.centeredIntIndexed(double[] data) |
static LinSpace |
LinSpace.compute(double start,
double end,
int numberOfPoints,
DFunction fun) |
LinSpace |
LinSpace.eval(DFunction fun) |
static LinSpace |
LinSpace.linspace(double start,
double end)
Returns
128 evenly spaced points between start and
end (including the interval endpoints). |
static LinSpace |
LinSpace.linspace(double start,
double end,
int numberOfPoints) |
LinSpace |
LinSpace.setValue(int pos,
double x) |
LinSpace |
LinSpace.slice(int from,
int to) |
LinSpace |
LinSpace.sliceFrom(int from) |
LinSpace |
LinSpace.sliceTo(int to) |
Copyright © 2022. All rights reserved.