You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/fastmath2d_speedtest.html
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,17 @@
38
38
<body>
39
39
<h1>fastmath2d_speedtest</h1>
40
40
41
+
<section>
42
+
<p>
43
+
<emph>This page provides interactive speed tests for <code>fastmath2d.js</code>, a
44
+
library of fast math functions for 2-D matrices stored as
45
+
flat (1-D) arrays of numbers.</emph>
46
+
</p>
47
+
48
+
<p>[to the <ahref="../index.html">main article</a>, to the GitHub file <ahref="https://github.com/glathoud/flatorize/blob/master/lib/fastmath2d.js">flatmat2d.js</a>]
49
+
</p>
50
+
</section>
51
+
41
52
<section>
42
53
<p>Measure the speed of the in-place multiplication of two matrices.</p>
43
54
<div>
@@ -91,7 +102,9 @@ <h1>fastmath2d_speedtest</h1>
91
102
92
103
93
104
<section>
94
-
105
+
106
+
<p>The source files used for the tests. Alternatively you can look at them on <ahref="https://github.com/glathoud/flatorize/blob/master/lib/">GitHub</a>
0 commit comments