liebharc / basic_dsp

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

Create or change +-*/ function to work with smaller vectors #20

Closed liebharc closed 8 years ago

liebharc commented 8 years ago

+-*/ can be defined so that the operand can be smaller than the current vector. This would allow multiplications with tuples.