Morpho-lang / morpho

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

Matrix and Field Roll #218

Closed softmattertheory closed 1 year ago

softmattertheory commented 1 year ago

Implements matrix .roll method.

Includes a few other helper functions, including an IdentityMatrix constructor, assignment to Fields from compatible matrices, documentation etc.