linear-algebra

Trait-oriented linear algebra foundations for MoonBit, with checked APIs, backend wrappers, and mutable/immutable dense matrix and vector types.

linear-algebra
math
moon add Luna-Flow/linear-algebra@0.4.7
Download zip
Author
Version
0.4.7
License
Apache-2.0
Last updated
last month
Downloads
2K
README

#LINEAR-ALGEBRA

img img img img

#Important Info: Docs will be rewritten soon

Due to the aim to publish a stable beta version for industrial use, we decided to design a standardized, effective and easy-to-read doc standard. Existing docs are outdated. We will publish some breaking changes here temporarily. Docs in code is still correct, you can read it easier at mooncakes.io

#Breaking Changes

  • map_row() and map_col() in @mutable.Matrix is renamed to map_row_inplace() and map_col_inplace()

  • eachij() in @mutable.Matrix is renamed to each_row_col()

  • @mutable.Transpose has been rewritten (for better performance and standardized), operation is same as @mutable.Matrix. You can use materialize() to turn virtual transpose into a transposed @mutable.Matrix

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io