240
edits
m (→What to expect: Updated benchmark after implementing fast matrix multiplication) |
m (→What to expect) |
||
Line 55: | Line 55: | ||
{| class="wikitable" style="margin: auto; align:right" | {| class="wikitable" style="margin: auto; align:right" | ||
|+ Approximate runtime (wall clock time in seconds) <span style="font-weight: normal">— Results have been produced with GNU Octave 3.8.2 and Interval package 0.1.4 on an Intel® Core™ i5-4340M CPU (2.9–3.6 GHz)</span> | |+ Approximate runtime (wall clock time in seconds) <span style="font-weight: normal">— Results have been produced with GNU Octave 3.8.2 and Interval package 0.1.4 on an Intel® Core™ i5-4340M CPU (2.9–3.6 GHz)</span> | ||
!Interval matrix size | !rowspan="2"|Interval matrix size | ||
!valign="top" style="min-width:6em"|<code>plus</code> | !valign="top" style="min-width:6em"|<code>plus</code> | ||
!valign="top" style="min-width:6em"|<code>times</code> | !valign="top" style="min-width:6em"|<code>times</code> | ||
!valign="top" style="min-width:6em"|<code>log</code> | !valign="top" style="min-width:6em"|<code>log</code> | ||
!valign="top" style="min-width:6em"|<code>pow</code> | !valign="top" style="min-width:6em"|<code>pow</code> | ||
!valign="top" style="min-width:6em"|<code>mtimes</code | !valign="top" style="min-width:6em"|<code>mtimes</code> | ||
!valign="top" style="min-width:6em"|<code>mtimes</code | !valign="top" style="min-width:6em"|<code>mtimes</code> | ||
!valign="top" style="min-width:6em"|<code>inv</code> | !valign="top" style="min-width:6em"|<code>inv</code> | ||
|- | |||
!style="font-weight:normal"|tightest<br/>accuracy | |||
!style="font-weight:normal"|tightest<br/>accuracy | |||
!style="font-weight:normal"|tightest<br/>accuracy | |||
!style="font-weight:normal"|tightest<br/>accuracy | |||
!style="font-weight:normal"|valid<br/>accuracy | |||
!style="font-weight:normal"|tightest<br/>accuracy | |||
!style="font-weight:normal"|valid<br/>accuracy | |||
|- | |- | ||
| 10 × 10 | | 10 × 10 |
edits