Package | Description |
---|---|
org.hipparchus.migration.ode |
This package provides migration classes from Apache Commons Math to Hipparchus.
|
org.hipparchus.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ParameterJacobianProvider |
Deprecated.
as of 1.0, replaced with
NamedParameterJacobianProvider |
Modifier and Type | Interface | Description |
---|---|---|
interface |
NamedParameterJacobianProvider |
Interface to compute exactly Jacobian matrix for some parameter
when computing
partial derivatives equations . |
interface |
ODEJacobiansProvider |
Interface expanding
first order
differential equations in order to compute exactly the Jacobian
matrices for partial derivatives equations . |
interface |
ParametersController |
Interface to compute by finite difference Jacobian matrix for some parameter
when computing
partial derivatives equations . |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractParameterizable |
This abstract class provides boilerplate parameters list.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.