CmDsExpression

Deprecated

Use generic DSAlgebra from the core

A constructs that creates a derivative structure with required order on-demand

Constructors

Link copied to clipboard
constructor(function: CmDsField.() -> DerivativeStructure)

Functions

Link copied to clipboard
open override fun derivativeOrNull(symbols: List<Symbol>): Expression<Double>

Get the derivative expression with given orders

Link copied to clipboard
open operator override fun invoke(arguments: Map<Symbol, Double>): Double

Properties

Link copied to clipboard