Package | Description |
---|---|
org.apache.commons.math3.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ParameterizedODE
Interface to compute by finite difference Jacobian matrix for some parameter
when computing
partial derivatives equations . |
interface |
ParameterJacobianProvider
Interface to compute exactly Jacobian matrix for some parameter
when computing
partial derivatives equations . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParameterizable
This abstract class provides boilerplate parameters list.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.