Package-level declarations
Types
Link copied to clipboard
class CmDsExpression(val function: CmDsField.() -> DerivativeStructure) : DifferentiableExpression<Double>
A constructs that creates a derivative structure with required order on-demand
Link copied to clipboard
class CmDsField(val order: Int, bindings: Map<Symbol, Double>) : ExtendedField<DerivativeStructure> , ExpressionAlgebra<Double, DerivativeStructure> , NumbersAddOps<DerivativeStructure>
A field over commons-math DerivativeStructure.
Link copied to clipboard
Auto-diff processor based on Commons-math DerivativeStructure