Uses of Interface
org.apache.commons.math4.RealFieldElement
-
Packages that use RealFieldElement Package Description org.apache.commons.math4.analysis Parent package for common numerical analysis procedures, including root finding, function interpolation and integration.org.apache.commons.math4.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation.org.apache.commons.math4.analysis.solvers Root finding algorithms, for univariate real functions.org.apache.commons.math4.util Convenience routines and common data structures used throughout the commons-math library. -
-
Uses of RealFieldElement in org.apache.commons.math4.analysis
Classes in org.apache.commons.math4.analysis with type parameters of type RealFieldElement Modifier and Type Interface Description interfaceRealFieldUnivariateFunction<T extends RealFieldElement<T>>An interface representing a univariate real function. -
Uses of RealFieldElement in org.apache.commons.math4.analysis.differentiation
Classes in org.apache.commons.math4.analysis.differentiation that implement RealFieldElement Modifier and Type Class Description classDerivativeStructureClass representing both the value and the differentials of a function.classSparseGradientFirst derivative computation with large number of variables. -
Uses of RealFieldElement in org.apache.commons.math4.analysis.solvers
Classes in org.apache.commons.math4.analysis.solvers with type parameters of type RealFieldElement Modifier and Type Interface Description interfaceBracketedRealFieldUnivariateSolver<T extends RealFieldElement<T>>Interface for(univariate real) root-finding algorithmsthat maintain a bracketed solution.classFieldBracketingNthOrderBrentSolver<T extends RealFieldElement<T>>This class implements a modification of the Brent algorithm. -
Uses of RealFieldElement in org.apache.commons.math4.util
Classes in org.apache.commons.math4.util that implement RealFieldElement Modifier and Type Class Description classDecimal64This class wraps adoublevalue in an object.Methods in org.apache.commons.math4.util with type parameters of type RealFieldElement Modifier and Type Method Description static <T extends RealFieldElement<T>>
TMathUtils. max(T e1, T e2)Find the maximum of two field elements.static <T extends RealFieldElement<T>>
TMathUtils. min(T e1, T e2)Find the minimum of two field elements.
-