examples/dot: initial version

Implements dot product in avo.

Closes #4
This commit is contained in:
Michael McLoughlin
2018-12-30 18:46:36 -08:00
parent 18cdf50d7c
commit edc4d3f00c
5 changed files with 209 additions and 0 deletions

3
examples/dot/README.md Normal file
View File

@@ -0,0 +1,3 @@
# dot
[Dot product](https://en.wikipedia.org/wiki/Dot_product) in `avo`. Ported from the [`dot_product.py` PeachPy example](https://github.com/Maratyszcza/PeachPy/blob/01d15157a973a4ae16b8046313ddab371ea582db/examples/go-generate/dot_product.py).