Package org.apache.commons.math.util
package org.apache.commons.math.util
Convenience routines and common data structures used throughout the commons-math library.
-
ClassDescriptionArbitrary precision decimal number.Representation of real numbers with arbitrary precision field.Base class for formatters of composite objects (complex numbers, vectors ...).Provides a generic means to evaluate continued fractions.A Default NumberTransformer for java.lang.Numbers and Numeric Strings.Provides a standard interface for double arrays.Faster, more accurate, portable alternative to
StrictMath
.Some useful additions to the built-in functions inMath
.Specification of ordering direction.Converter between unidimensional storage structure and multidimensional conceptual structure.Subclasses implementing this interface can transform Objects to doubles.Open addressed map from int to double.OpenIntToFieldHashMap<T extends FieldElement<T>>Open addressed map from int to FieldElement.A variable lengthDoubleArray
implementation that automatically handles expanding and contracting its internal storage array as elements are added and removed.This TansformerMap automates the transformation of mixed object types.