DiffExpressionWithDefault
class DiffExpressionWithDefault<T>(origin: DifferentiableExpression<T>, defaultArgs: Map<Symbol, T>) : DifferentiableExpression<T> (source)
Functions
Link copied to clipboard
Link copied to clipboard
Differentiates this expression by ordered collection of symbols.
Link copied to clipboard
fun <T> DifferentiableExpression<T>.withDefaultArgs(defaultArgs: Map<Symbol, T>): DiffExpressionWithDefault<T>