Pure (programming language): Difference between revisions

Content deleted Content added
Olivello (talk | contribs)
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 thuslythus:
 
<pre>