From 82f6da8de526685d1d279730111366c0670da78e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 11 Feb 2016 21:35:06 -0500 Subject: TODO: Mark 4x4 matrix multiplication as DONE. --- TODO.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO.org') 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 -- cgit v1.2.3