DSFieldProcessor
class DSFieldProcessor<T, A : ExtendedField<T>>(val algebra: A) : AutoDiffProcessor<T, DS<T, A>, DSField<T, A>> (source)
Functions
Link copied to clipboard
open override fun differentiate(function: DSField<T, A>.() -> DS<T, A>): DifferentiableExpression<T>