]> gitweb.michael.orlitzky.com - dunshire.git/blob - TODO
Remove a completed TODO item.
[dunshire.git] / TODO
1 1. Add unit testing for crazier things like random invertible matrices.
2
3 2. Add real docstrings everywhere.
4
5 3. Try to eliminate the code in matrices.py.
6
7 4. Make it work on a cartesian product of cones in the correct order.
8
9 5. Make it work on a cartesian product of cones in the wrong order
10 (apply a perm utation before/after).
11
12 6. Rename all of my variables so that they don't conflict with CVXOPT.
13 Maybe x -> xi and y -> gamma in my paper, if that works out.
14
15 7. Make sure we have the dimensions of the PSD cone correct.
16
17 8. Use a positive tolerance when comparing floating point numbers.