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

Using a linear algebra library #12

Open
garro95 opened this issue Nov 17, 2018 · 1 comment
Open

Using a linear algebra library #12

garro95 opened this issue Nov 17, 2018 · 1 comment

Comments

@garro95
Copy link

garro95 commented Nov 17, 2018

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.

@klangner
Copy link
Owner

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

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

2 participants