↓ 2 callersClassTricubicInterpolator3Piecewise tricubic polynomial interpolation of a function y(x1,x2,x3). The interpolated function has continuous first derivatives dy/d1, dy/d2, dy/d3
core/src/main/java/edu/mines/jtk/interp/TricubicInterpolator3.java:44
↓ 1 callersClassTrilinearInterpolator3Piecewise trilinear polynomial interpolation of a function y(x1,x2,x3). <p> The function y(x1,x2,x3) is specified by samples on a regular grid, which
core/src/main/java/edu/mines/jtk/interp/TrilinearInterpolator3.java:39