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

Faster norm test for identification of isotypic components #1

Open
denisrosset opened this issue Jul 18, 2018 · 0 comments
Open

Faster norm test for identification of isotypic components #1

denisrosset opened this issue Jul 18, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@denisrosset
Copy link
Owner

denisrosset commented Jul 18, 2018

Right now, we compute the operator norm for the (possibly non-square) block and test with respect to a threshold.

However, we could use norm inequalities, and check if the 1-norm or inf-norm (induced norms) values are sufficient to draw a conclusion before computing the 2-norm.

Also, we could combine the connected components computations and the norm tests to avoid computing redundant values.

@denisrosset denisrosset added the enhancement New feature or request label Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant