KotlingradProcessor
class KotlingradProcessor<T : Number, A : NumericAlgebra<T>>(algebra: A) : AutoDiffProcessor<T, MST, MstExtendedField>
Content copied to clipboard
A diff processor using MST to Kotlingrad converter
Constructors
KotlingradProcessor
Link copied to clipboard
Functions
differentiate
Link copied to clipboard
open override fun differentiate(function: MstExtendedField.() -> MST): DifferentiableExpression<T>
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard