Package | Description |
---|---|
org.apache.commons.math3.analysis.solvers |
Root finding algorithms, for univariate real functions.
|
org.apache.commons.math3.dfp |
Decimal floating point library for Java
|
org.apache.commons.math3.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
org.apache.commons.math3.ode.events |
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldBracketingNthOrderBrentSolver<T extends RealFieldElement<T>>
This class implements a modification of the Brent algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
BracketingNthOrderBrentSolverDFP
Deprecated.
as of 3.6 replaced with
FieldBracketingNthOrderBrentSolver |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFieldIntegrator.addEventHandler(FieldEventHandler<T> handler,
double maxCheckInterval,
double convergence,
int maxIterationCount,
BracketedRealFieldUnivariateSolver<T> solver)
Add an event handler to the integrator.
|
void |
FirstOrderFieldIntegrator.addEventHandler(FieldEventHandler<T> handler,
double maxCheckInterval,
double convergence,
int maxIterationCount,
BracketedRealFieldUnivariateSolver<T> solver)
Add an event handler to the integrator.
|
Constructor and Description |
---|
FieldEventState(FieldEventHandler<T> handler,
double maxCheckInterval,
T convergence,
int maxIterationCount,
BracketedRealFieldUnivariateSolver<T> solver)
Simple constructor.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.