liebharc / basic_dsp

Basic DSP vector operations for Rust.
Apache License 2.0
43 stars 5 forks source link

Create dot_product function #17

Closed liebharc closed 8 years ago

liebharc commented 8 years ago

dot product or scalar product is a vector multiplication and sum. However it should be possible to do that without changing any of the vectors data (however temp can be changed).