|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Grid1D | |
---|---|
edu.stanford.rsl.konrad.data |
Uses of Grid1D in edu.stanford.rsl.konrad.data |
---|
Methods in edu.stanford.rsl.konrad.data that return Grid1D | |
---|---|
Grid1D |
Grid2D.getSubGrid(int index)
|
Methods in edu.stanford.rsl.konrad.data with parameters of type Grid1D | |
---|---|
static void |
InterpolationOperators.addInterpolateLinear(Grid1D grid,
double i,
float val)
Linear extrapolation into a 1D Grid |
static void |
PointwiseOperators.fill(Grid1D grid,
float val)
Fill a 1D Grid with the given value, including boundaries |
static void |
BoundaryOperators.fillBoundary(Grid1D grid,
float val)
Fill all boundaries of a 1D Grid with the given value |
static float |
InterpolationOperators.interpolateLinear(Grid1D grid,
double i)
Linear interpolation of a 1D Grid |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |