matrix log #3599
Replies: 3 comments
|
Thanks Jackson, your code for |
|
The potential PR looks reasonable to me, and since we have My only comments/suggested changes are:
In any case, please do submit a PR! Thanks. |
|
Great! I realized I need to get the Schur decomposition more reliable first, so I'm suggesting #3634 first. Once that is all set, the logm should be straightforward. I will take logm_triu and rsf2csf out of user-land. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Working on a project about SO(n) and needed matrix log. Matrix log is tricky, and so I think it will add about 6kb to the bundle, because (at least to follow the scipy way of doing it) you have to have a function that converts quasi-triangular real Schur to complex triangular Schur and then another step for the actual logging of the triangular matrix.
A draft of what this might look like, currently passing tests, and including typescript and so on, is at
develop...jacksonloper:mathjs:feat/logm
Do you think it might be worth submitting an issue/PR?
Thanks!
Jackson
All reactions