DifferentiableExpression
Represents expression, which structure can be differentiated.
Parameters
T
the type this expression takes as argument and returns.
Functions
derivativeOrNull
Link copied to clipboard
Inheritors
SpecialDifferentiableExpression
Link copied to clipboard
FirstDerivativeExpression
Link copied to clipboard
Extensions
derivative
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
Sources
common source
Link copied to clipboard