Matrix chain multiplication: Difference between revisions

Content added Content deleted
m (→‎{{header|Stata}}: added zkl header)
Line 267: Line 267:


The timing is in milliseconds, but the time resolution is too coarse to get a usable result. A mean on 1000 loops doing the same computation yields respectively 5.772 ms and 4.430 ms for these two cases. For comparison, the computation was made on the same machine as the Python solution.
The timing is in milliseconds, but the time resolution is too coarse to get a usable result. A mean on 1000 loops doing the same computation yields respectively 5.772 ms and 4.430 ms for these two cases. For comparison, the computation was made on the same machine as the Python solution.

<lang zkl></lang>
<lang zkl></lang>
{{out}}
<pre>
</pre>