Package | Description |
---|---|
org.hipparchus.analysis.solvers |
Root finding algorithms, for univariate real functions.
|
org.hipparchus.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
org.hipparchus.ode.events |
Events
|
Modifier and Type | Class and Description |
---|---|
class |
FieldBracketingNthOrderBrentSolver<T extends CalculusFieldElement<T>>
This class implements a modification of the Brent algorithm.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldODEIntegrator.addEventHandler(FieldODEEventHandler<T> handler,
double maxCheckInterval,
double convergence,
int maxIterationCount,
BracketedRealFieldUnivariateSolver<T> solver)
Add an event handler to the integrator.
|
void |
AbstractFieldIntegrator.addEventHandler(FieldODEEventHandler<T> handler,
double maxCheckInterval,
double convergence,
int maxIterationCount,
BracketedRealFieldUnivariateSolver<T> solver)
Add an event handler to the integrator.
|
Modifier and Type | Method and Description |
---|---|
BracketedRealFieldUnivariateSolver<T> |
FieldEventState.getSolver()
Get the root-finding algorithm to use to detect state events.
|
BracketedRealFieldUnivariateSolver<T> |
FieldEventHandlerConfiguration.getSolver()
Get the root-finding algorithm to use to detect state events.
|
Constructor and Description |
---|
FieldEventState(FieldODEEventHandler<T> handler,
double maxCheckInterval,
T convergence,
int maxIterationCount,
BracketedRealFieldUnivariateSolver<T> solver)
Simple constructor.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.