DataMelt Java API and source codes
Guest access
package-summary

Documentation of 'jhplot.math.num' Java package.
jhplot.math.num

Package jhplot.math.num

Common classes used throughout numerics4j.

See: Description

  • Interface Summary 
    Interface Description
    Constants
    Common constants found in mathematical formulas.
    Function
    A single variable function.
    IterativeMethod.IterativeState
    The current state for an iterative method.
  • Class Summary 
    Class Description
    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 
    Exception Description
    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.

DMelt 3.0 © DataMelt by jWork.ORG