Package | Description |
---|---|
org.hipparchus.analysis.differentiation |
This package holds the main interfaces and basic building block classes
dealing with differentiation.
|
Modifier and Type | Method | Description |
---|---|---|
static DSCompiler |
DSCompiler.getCompiler(int parameters,
int order) |
Get the compiler for number of free parameters and order.
|
DSCompiler |
DSFactory.getCompiler() |
Get the compiler for the current dimensions.
|
DSCompiler |
FDSFactory.getCompiler() |
Get the compiler for the current dimensions.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DSCompiler.checkCompatibility(DSCompiler compiler) |
Check rules set compatibility.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.