Example usage for org.apache.commons.math3.analysis.interpolation TrivariateGridInterpolator interface-usage

List of usage examples for org.apache.commons.math3.analysis.interpolation TrivariateGridInterpolator interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.analysis.interpolation TrivariateGridInterpolator interface-usage.

Usage

From source file au.gov.ga.conn4d.utils.TricubicSplineInterpolator.java

/**
 * Generates a tricubic interpolating function.
 * 
 * MODIFIED from the original on 19/05/2014 by Johnathan Kool to accept
 * float arrays and descending z values.
 *