T - type of the field elementspublic class FieldCombinedDerivatives<T extends CalculusFieldElement<T>> extends Object
FieldAdditionalDerivativesProvider| Constructor and Description |
|---|
FieldCombinedDerivatives(T[] additionalDerivatives,
T[] mainStateDerivativesIncrements)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T[] |
getAdditionalDerivatives()
Get the derivatives related to the additional state.
|
T[] |
getMainStateDerivativesIncrements()
Get the derivatives increments related to the main state.
|
public FieldCombinedDerivatives(T[] additionalDerivatives, T[] mainStateDerivativesIncrements)
additionalDerivatives - additional state derivativesmainStateDerivativesIncrements - increments related to the main state parameters
(may be null if main state should not be incremented)public T[] getMainStateDerivativesIncrements()
public T[] getAdditionalDerivatives()
Copyright © 2002-2022 CS GROUP. All rights reserved.