KotlingradExpression
class KotlingradExpression<T : Number, A : NumericAlgebra<T>>(val algebra: A, val mst: MST) : SpecialDifferentiableExpression<T, KotlingradExpression<T, A>> (source)
Represents MST based DifferentiableExpression relying on Kotlin∇.
The principle of this API is converting the mst to an SFun, differentiating it with Kotlin∇, then converting SFun back to MST.
Parameters
T
The type of number.
A
The NumericAlgebra of T.