WebCab Functions
v2.0
(J2SE Edition)

Package webcab.lib.math.interpolation

The Interpolation module contains several methods for Interpolating and Extrapolating functions of 1 or 2 variables.

See:
          Description

Class Summary
Interpolation Offers several procedures for the Interpolating and Extrapolating functions of 1 or 2 variables.
 

Exception Summary
InterpolationException This exception will be thrown to indicate errors in input values for any of the implemented methods.
 

Package webcab.lib.math.interpolation Description

The Interpolation module contains several methods for Interpolating and Extrapolating functions of 1 or 2 variables. We employ a range of approached include cubic splines, polynomial and rational interpolation for functions with 1 variable and bicubic splines for functions of two variables.

Details of the Functionality Offered

The Interpolation module includes the following features:

Classes contained within the Interpolatio module


WebCab Functions
v2.0
(J2SE Edition)