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

Support Gaussian elimination for static matrices #71

Open
lucaferranti opened this issue Aug 18, 2021 · 0 comments
Open

Support Gaussian elimination for static matrices #71

lucaferranti opened this issue Aug 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@lucaferranti
Copy link
Member

Feature description

At the moment Gaussian elimination supports only mutable arrays (because it calls rref). Would be nice to support also static arrays, probably the static matrix should be converted to mutable to use rref.

Minimum working example

A = @SMatrix [2..4 -1..2;-2..1 2..4]
b = @SVector [-2..2, -2..2]
solve(A, b, GaussianElimination)

Additional information

@lucaferranti lucaferranti added the enhancement New feature or request label Aug 18, 2021
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