You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lalolab/lalolib.html
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,19 @@ <h1><strong>LALOLib / ML.js</strong>: <span style="font-size:90%;">scientific co
137
137
</pre>
138
138
for ML.js.
139
139
</p>
140
-
<p> Alternatively, you can use a local copy of the library (download <ahref="lalolib.zip" download>lalolib</a> or <ahref="ml.zip" download>ml.js</a>) and modify the path accordingly.
140
+
<p> Alternatively, you can
141
+
<ul>
142
+
<li>use a local copy of the library (download <ahref="../package/lalolib.zip" download>lalolib</a> or <ahref="../package/ml.zip" download>ml.js</a> and modify the path accordingly in the <i>script</i> tag above);</li>
143
+
<li>use a <i>module</i> with <pre><script src="http://mlweb.loria.fr/module-name.js"></script></pre> from the following list and prefix all functions accordingly (e.g., use <tt>mljs.solve(A,b)</tt> instead of <tt>solve(A,b)</tt>):
<h2id="apiref">Available functions / API reference</h2>
509
521
510
522
<p>
511
-
Below is the list of functions provided by LALOLib. The help shows both the script-like LALOLab syntax and the corresponding javascript calls. Examples are mostly written for <ahref="index.html">LALOLab</a> and should be executed by a <ahref="#safer">lab.do() statement</a> in a javascript context.
523
+
Below is the list of functions provided by LALOLib. The help shows both the script-like LALOLab syntax and the corresponding javascript calls. Remember that when using a module version of the library, the functions must be prefixed accordingly. Examples are mostly written for <ahref="index.html">LALOLab</a> and should be executed by a <ahref="#safer">lab.do() statement</a> in a javascript context.
0 commit comments