Morpho-lang / morpho

The Morpho language 🦋. Morpho is a small embeddable language for scientific computing applications.
MIT License
30 stars 10 forks source link

`inverse` method for Matrix #191

Closed joshichaitanya3 closed 1 year ago

joshichaitanya3 commented 1 year ago

Added an inverse method for the Morpho Matrix class, and added a test for it.

I'm making the PR to the hessian branch for now since that's where other additions like eigensystem seem to be.

Please check whether I have used morpho_bindobjects correctly here! :)

softmattertheory commented 1 year ago

This looks great, @joshichaitanya3. Can we add documentation?

joshichaitanya3 commented 1 year ago

This looks great, @joshichaitanya3. Can we add documentation?

Done!