dsp.rs icon indicating copy to clipboard operation
dsp.rs copied to clipboard

Using a linear algebra library

Open garro95 opened this issue 5 years ago • 1 comments

What do you think of relying on an external linear algebra crate for the Vector representations and operations? In this way, we could benefit from performance optimizations applied to the external crate. Moreover, I think at a certain point we could face the need for Matrices (I am thinking, for example, to the implementation of the STFT) that for sure would be provided by the library.

garro95 avatar Nov 17 '18 22:11 garro95

Yes it makes sense. I would postpone it till Rust 2018 and we need linear algebra library with Complex number support.

klangner avatar Nov 18 '18 18:11 klangner