Package edu.nrao.sss.math

Mathematical classes.

See:
          Description

Interface Summary
Interpolator An interpolated value calculator.
NumberSet A collection of numbers that can act like a map or a lookup table.
 

Class Summary
CubicSpline An interpolated value calculator that uses cubic spline interpolation.
MathUtil A utility class for mathematical concepts.
NewtonDividedDifference An interpolated value calculator that uses Newton's divided-difference formula.
NumberInterval An interval on the number line from one number to another.
NumberSetFactory Creator of number sets.
Polynomial A polynomial equation of the form f(x)=c0 + c1x + c2x2 + ... + cnxn.
PolynomialTerm A single term in a polynomial equation of the form f(x)=c0 + c1x + c2x2 + ... + cnxn.
 

Enum Summary
NumberInterval.IntervalType Indicates whether or not the endpoints are inside or outside an interval.
NumberSet.LookupMethod A set of instructions for number sets that helps the sets find values.
 

Package edu.nrao.sss.math Description

Mathematical classes.

Classes in this package deal with numeric concepts. The classes in this package should depend on no SSS package, other than edu.nrao.sss.util.

Since:
2006-04-27
Author:
David M. Harland


Copyright © 2009. All Rights Reserved.