summaryrefslogtreecommitdiff
path: root/gsl-1.9/matrix/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/matrix/TODO')
-rw-r--r--gsl-1.9/matrix/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/gsl-1.9/matrix/TODO b/gsl-1.9/matrix/TODO
new file mode 100644
index 0000000..d2e0ade
--- /dev/null
+++ b/gsl-1.9/matrix/TODO
@@ -0,0 +1,9 @@
+* Pretty print function
+
+* Clean up the tests.
+
+* Run tests where matrix tda != size2, note that tda is a physical
+dimension and size2 is the number of columns in the matrix. This will
+probably find a lot of bugs in the matrix logic.
+
+* Matrix norms that can be calculated analytically, e.g. Frobenius, etc