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

interface IDifferentiableFunc<TR, each TP>¶

Inherits from: IFunc<TR, TP>, IDifferentiableMutatingFunc<TR, TP>

Description¶

Represents an interface for a function that can take multiple differentiable parameters and supports differentiation. This interface inherits from both IFunc and IDifferentiableMutatingFunc but is used for non-mutating differentiable functions.

Generic Parameters¶

TR: IDifferentiable¶

TP: IDifferentiable¶

Methods¶

  • operator()

On this page
  • interface IDifferentiableFunc<TR, each TP>
    • Description
    • Generic Parameters
      • TR: IDifferentiable
      • TP: IDifferentiable
    • Methods