This class plays a similar role to {@link DerivativeStructure}, with a focus on efficiency when dealing with large number of independent variables and most computation depend only on a few of them, and when only first derivative is desired. When these conditions are met, this class should be much faster than {@link DerivativeStructure} and use less memory.
@since 3.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|