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

vector<T,N>.dadd¶

Description¶

Signature¶

static vector<T, N> vector<T, N>.dadd(
    vector<T, N> a,
    vector<T, N> b)
    where T : IDifferentiable;

Parameters¶

a : vector<T, N>¶

b : vector<T, N>¶

On this page
  • vector<T,N>.dadd
    • Description
    • Signature
    • Parameters
      • a : vector<T, N>
      • b : vector<T, N>