Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

attribute [BackwardDerivativeOf]¶

Description¶

[BackwardDerivativeOf(fn)] is the back-reference version of [BackwardDerivative(derivFn)]

When used to decorate a function, the decorated function is considered the backward-derivative implementation of the referenced function fn.

Apart from this, the semantics of the custom derivative are the same as for [BackwardDerivative(derivFn)]

Signature¶

[BackwardDerivativeOf(function)]

Parameters¶

function¶

On this page
  • attribute [BackwardDerivativeOf]
    • Description
    • Signature
    • Parameters
      • function