Skip to content

Commit a5ec685

Browse files
committed
Create modules to avoid global scope pollution
1 parent d41f55e commit a5ec685

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ Ready-to-use versions of the tools are available online at:
2323
- [http://mlweb.loria.fr/ml.js](http://mlweb.loria.fr/ml.js) for ML.js
2424
- [http://mlweb.loria.fr/lalolab/](http://mlweb.loria.fr/lalolab/) for LALOLab
2525

26+
or as modules (see the [documentation](http://mlweb.loria.fr/lalolab/lalolib.html) for details) at:
27+
28+
- [http://mlweb.loria.fr/lalolib-module.js](http://mlweb.loria.fr/lalolib-module.js)
29+
- [http://mlweb.loria.fr/mljs-module.js](http://mlweb.loria.fr/mljs-module.js)
30+
- [http://mlweb.loria.fr/lalolib-noglpk-module.js](http://mlweb.loria.fr/lalolib-noglpk-module.js)
31+
- [http://mlweb.loria.fr/mljs-noglpk-module.js](http://mlweb.loria.fr/mljs-noglpk-module.js)
32+
2633
## Functions provided by LALOLib
2734

2835
- **Linear algerbra:** basic vector and matrix operations, linear system solvers, matrix factorizations (QR, Cholesky), eigendecomposition, singular value decomposition, conjugate gradient sparse linear system solver, complex numbers/matrices, discrete Fourier transform... )

0 commit comments

Comments
 (0)