DerivativeStructureRingExpression
class DerivativeStructureRingExpression<T, A : Ring<T>, ScaleOperations<T>, NumericAlgebra<T>>(val algebra: A, val elementBufferFactory: MutableBufferFactory<T> = algebra.bufferFactory, val function: DSRing<T, A>.() -> DS<T, A>) : 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>