Package | Description |
---|---|
org.hipparchus.analysis.differentiation |
This package holds the main interfaces and basic building block classes
dealing with differentiation.
|
Modifier and Type | Method and Description |
---|---|
DSCompiler |
FDSFactory.getCompiler()
Get the compiler for the current dimensions.
|
DSCompiler |
DSFactory.getCompiler()
Get the compiler for the current dimensions.
|
static DSCompiler |
DSCompiler.getCompiler(int parameters,
int order)
Get the compiler for number of free parameters and order.
|
Modifier and Type | Method and Description |
---|---|
void |
DSCompiler.checkCompatibility(DSCompiler compiler)
Check rules set compatibility.
|
void |
DSCompiler.rebase(double[] ds,
int dsOffset,
DSCompiler baseCompiler,
double[] p,
double[] result,
int resultOffset)
Rebase derivative structure with respect to low level parameter functions.
|
<T extends CalculusFieldElement<T>> |
DSCompiler.rebase(T[] ds,
int dsOffset,
DSCompiler baseCompiler,
T[] p,
T[] result,
int resultOffset)
Rebase derivative structure with respect to low level parameter functions.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.