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

Improve support for linear algebra #682

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

OlivierHnt
Copy link
Member

@OlivierHnt OlivierHnt commented Sep 27, 2024

Some linear algebra functions are accessible from Base, e.g. * and inv.
This PR implements methods for these functions as part of the LinearAlgebra extension to avoid getting error messages and the need to load the more specialised package IntervalLinearAlgebra.

Specifically,

It also defines some methods for the operator norm (opnorm) since the default algorithm used the syntax sum::Tsum = 0 which leads to an unnecessary "NG" flag.

I took the tests for matrix multiplication from IntervalLinearAlgebra.

cc @lucaferranti @orkolorko

@OlivierHnt OlivierHnt merged commit fe4629d into JuliaIntervals:master Oct 2, 2024
16 checks passed
@OlivierHnt OlivierHnt deleted the linear-algebra branch October 2, 2024 14:40
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