DSFieldProcessor

@UnstableKMathAPI
class DSFieldProcessor<T, A : ExtendedField<T>>(val algebra: A) : AutoDiffProcessor<T, DS<T, A>, DSField<T, A>>

Constructors

Link copied to clipboard
constructor(algebra: A)

Functions

Link copied to clipboard
open override fun differentiate(function: DSField<T, A>.() -> DS<T, A>): DifferentiableExpression<T>

Properties

Link copied to clipboard
val algebra: A