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

Replace Armadillo with Eigen #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

terpste
Copy link
Contributor

@terpste terpste commented Jun 24, 2024

Hi everyone, I am opening this PR as the first part of some gammatone filterbank optimizations, proposed with #115.

Here I am only replacing Armadillo with Eigen as the linear algebra backend. This change by itself is not providing any runtime improvements but it allows for a faster implementation of the gammatone filterbank if we use the Eigen matrix operations directly. I added more info on the proposed optimization in #115.

The main purpose of this PR is to split the first part of #115, to facilitate the review process.

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

Successfully merging this pull request may close these issues.

1 participant