DifferentiableExpression
Represents expression, which structure can be differentiated.
Parameters
T
the type this expression takes as argument and returns.
Functions
Inheritors
Extensions
Link copied to clipboard
fun <T> DifferentiableExpression<T>.derivative(symbols: List<Symbol>): Expression<T>
Content copied to clipboard
fun <T> DifferentiableExpression<T>.derivative(vararg symbols: Symbol): Expression<T>
Content copied to clipboard
fun <T> DifferentiableExpression<T>.derivative(name: String): Expression<T>
Content copied to clipboard