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

Generic mutating exp! #35

Open
andreasnoack opened this issue Jun 2, 2020 · 0 comments
Open

Generic mutating exp! #35

andreasnoack opened this issue Jun 2, 2020 · 0 comments

Comments

@andreasnoack
Copy link
Contributor

The current implementation (as well as the one in LinearAlgebra) calls the balancing function

ilo, ihi, scale = LAPACK.gebal!('B', A) # modifies A
which we don't have a generic implementation of. It would be great to have one. It shouldn't be a difficult function to implement but might be worth noticing that there is already one available here https://github.com/RalphAS/GenericSchur.jl/blob/master/src/balance.jl

@andreasnoack andreasnoack changed the title Generic mutating exp Generic mutating exp! Jun 2, 2020
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

1 participant