Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.17 KB

File metadata and controls

15 lines (8 loc) · 1.17 KB

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