summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-02-11 21:35:06 -0500
committerDavid Thompson <dthompson2@worcester.edu>2016-02-11 21:35:06 -0500
commit82f6da8de526685d1d279730111366c0670da78e (patch)
tree022c2ad20e04c889858a9957ae0028af2771ab29
parente64dcda931f31969b69d3f211db532ffeed43e49 (diff)
TODO: Mark 4x4 matrix multiplication as DONE.
-rw-r--r--TODO.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index 576323b..fe516a1 100644
--- a/TODO.org
+++ b/TODO.org
@@ -225,7 +225,7 @@
** TODO inotify-based live reloading
Better than periodically making 'stat' calls in a loop.
-** TODO Pure Scheme 4x4 matrix multiplication implementation
+** DONE Pure Scheme 4x4 matrix multiplication implementation
Guile 2.1.2's float unboxing optimizations should enable this to be
both fast and not allocate so much. The GSL dependency can be
removed (yay!) once this is complete. Be sure to use Guile's ,x