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
-
map_row()
andmap_col()
in@mutable.Matrix
is renamed tomap_row_inplace()
andmap_col_inplace()
-
eachij()
in@mutable.Matrix
is renamed toeach_row_col()
-
@mutable.Transpose
has been rewritten (for better performance and standardized), operation is same as@mutable.Matrix
. You can usematerialize()
to turn virtual transpose into a transposed@mutable.Matrix