DifferentiableExpression
Represents expression, which structure can be differentiated.
Parameters
T
the type this expression takes as argument and returns.
Inheritors
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>