You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems likely that having a Real.dot that takes two Seq[Real] or maybe a pre-zipped Seq[(Real,Real)] would be valuable, in terms of algebraic manipulations that we could do. For example, d/dx(v . w) = dv/dx . w + v . dw/dx
The text was updated successfully, but these errors were encountered:
It seems likely that having a
Real.dot
that takes twoSeq[Real]
or maybe a pre-zippedSeq[(Real,Real)]
would be valuable, in terms of algebraic manipulations that we could do. For example,d/dx(v . w) = dv/dx . w + v . dw/dx
The text was updated successfully, but these errors were encountered: