Content deleted Content added
Official webpage has moved to GitHub |
m →Examples: Typo. |
||
Line 80:
</pre>
Pure has efficient support for vectors and matrices (similar to that of [[MATLAB]] and [[GNU Octave]]), including vector and matrix comprehensions. E.g., a [[Gaussian elimination]] algorithm with [[partial pivoting]] can be implemented in Pure
<pre>
|