Blame matrix/TODO

Packit 67cb25
# -*- org -*-
Packit 67cb25
#+CATEGORY: matrix
Packit 67cb25
Packit 67cb25
* Tests for subrowcol
Packit 67cb25
Packit 67cb25
* Pretty print function
Packit 67cb25
Packit 67cb25
* Clean up the tests.
Packit 67cb25
Packit 67cb25
* Run tests where matrix tda != size2, note that tda is a physical
Packit 67cb25
dimension and size2 is the number of columns in the matrix. This will
Packit 67cb25
probably find a lot of bugs in the matrix logic.
Packit 67cb25
Packit 67cb25
* Matrix norms that can be calculated analytically, e.g. Frobenius, etc