Futhark (programming language): Difference between revisions

Content deleted Content added
m link dot product using Find link
Line 39:
</syntaxhighlight>
 
This makes the size-dependent types -explicit: this function can only be invoked with two arrays of the same size, and the type checker will reject any program where this cannot be statically determined.
 
=== Matrix multiplication ===