Package org.apache.commons.math3
package org.apache.commons.math3
Common classes used throughout the commons-math library.
-
Related PackagesPackageDescriptionParent package for common numerical analysis procedures, including root finding, function interpolation and integration.Complex number type and implementations of complex transcendental functions.Decimal floating point library for JavaImplementations of common discrete and continuous distributions.Specialized exceptions for algorithms errors.Implementations of common discrete-time linear filters.Classes to perform curve fitting.Fraction number type and fraction number formatting.This package provides Genetic Algorithms components and implementations.This package is the top level package for geometry.Linear algebra support.This package provides classes to solve Ordinary Differential Equations problems.Generally, optimizers are algorithms that will either
minimize
ormaximize
a scalar function, called theobjective function
.All classes and sub-packages of this package are deprecated.Methods related to prime numbers like primality test, factor decomposition.Random number and random data generators.Implementations of special functions such as Beta and Gamma.Data storage, manipulation and summary routines.Implementations of transform methods, including Fast Fourier transforms.Convenience routines and common data structures used throughout the commons-math library. -
InterfacesClassDescriptionField<T>Interface representing a field.FieldElement<T>Interface representing field elements.