Function wafer::input::trilerp_resize [−][src]
fn trilerp_resize(
v: &Array3<R64>,
output: &mut ArrayViewMut3<R64>,
size: [usize; 3]
)
Trilinear interpolation to resize an array. i.e, if we have v.size = (50,50,50), and size = (100, 100, 100) then the output will be (100,100,100) linearly interpolated