Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add DotProduct to Real ADT #223

Open
avibryant opened this issue Oct 11, 2018 · 0 comments
Open

add DotProduct to Real ADT #223

avibryant opened this issue Oct 11, 2018 · 0 comments
Milestone

Comments

@avibryant
Copy link
Collaborator

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

@avibryant avibryant added this to the 0.3.1 milestone Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant