mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
* fix: #2990 DenseMatrix can mutate input arrays * chore: simplify internal function `preprocess` * chore: document ugly workaround of using `matrix.subset` to mutate a nested Array * chore: better solution for `assign` * chore: fix linting issue * chore: add a unit test for `multiply` testing whether the operation is immutable * chore: fix linting issue --------- Co-authored-by: Glen Whitney <glen@studioinfinity.org>