Package jhplot.math.num

Common classes used throughout numerics4j.

See:
          Description

Interface Summary
Constants Common constants found in mathematical formulas.
Function A single variable function.
IterativeMethod.IterativeState The current state for an iterative method.
 

Class Summary
ContinuedFraction This class provides the means to evaluate continued fractions (1).
DoubleArray An expandable double array.
IterativeMethod A method to solve generic problems by finding successive (and hopefully better) approximations to the solution.
PowerSeries This class provides the means to evaluate infinite power series (1).
Series This class provides the means to evaluate infinite series (1).
 

Exception Summary
ConvergenceException The exception raised when an iterative method fails to converge.
NumericException Generic numerical exception thrown by numerics4j.
 

Package jhplot.math.num Description

Common classes used throughout numerics4j.



jHepWork 3.1 ©