SimpleAutoDiffExpression
class SimpleAutoDiffExpression<T : Any, F : Field<T>>(val field: F, val function: SimpleAutoDiffField<T, F>.() -> AutoDiffValue<T>) : FirstDerivativeExpression<T> (source)
A constructs that creates a derivative structure with required order on-demand
Functions
Link copied to clipboard
Link copied to clipboard
fun <T> DifferentiableExpression<T>.withDefaultArgs(defaultArgs: Map<Symbol, T>): DiffExpressionWithDefault<T>