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

T[N].dadd¶

Description¶

Signature¶

static T.Differential[N] T[N].dadd(
    T.Differential[N] a,
    T.Differential[N] b)
    where T : IDifferentiable;

Parameters¶

a : T.Differential [ N ]¶

b : T.Differential [ N ]¶

On this page
  • T[N].dadd
    • Description
    • Signature
    • Parameters
      • a : T.Differential [ N ]
      • b : T.Differential [ N ]