Skip to content

Commit d827e35

Browse files
committed
simplified names
1 parent 75f0e0d commit d827e35

File tree

4 files changed

+128
-129
lines changed

4 files changed

+128
-129
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2>Flatorize: Generate fast, flat, factorized code for mathematical expressions
4444

4545
<p>Additionally:</p>
4646
<ul>
47-
<li>A <a href="lib/fastmath2d_speedtest.html">fast math</a> library, mostly linear algebra.</li>
47+
<li>A <a href="lib/flatmat_speedtest.html">fast math</a> library, mostly linear algebra.</li>
4848
<li>A plugin for <a href="asmjs.html"><code>asm.js</code></a> generates even faster JavaScript using <code>TypedArray</code>.</li>
4949
<li>Plugins for the <a href="c.html">C</a> and <a href="d.html">D</a> languages are also available.
5050
<ul><li>On the DFT task: <code>flatorize_d</code> <a href="test/speed_test_c_fftw/dftreal.html#i7_dell_ubuntu15_04">faster</a> than state-of-the-art FFTW.</li></ul>

0 commit comments

Comments
 (0)