A core.matrix implementation using math.js to use the standard core.matrix API in ClojureScript. Check core.matrix API documentation for usage. If you're new to core.matrix check out matrix-compare to see how to accomplish common tasks in core.matrix, MATLAB, NumPy, etc.
The current version of mathjs-cljs does not pass the core.matrix compliance tests and is still in development. Pull Requests & issues welcome, or feel free to DM on the Clojurians Slack!
Note: the current build of core.matrix has a bug that prevents mathjs-cljs from compiling. You can pull in my branch that fixes this issue into the same directory as mathjs-cljs and the :core.matrix
deps.edn
alias will use the local dependency.
make dev
make test/browser