These problems are very strange. I am now looking at the tests for Cholesky and it seems that they cover all of the sorts of things that you are talking about.
I can fix the size compatibility test and will add a test that implements your other issue to see if that helps me understand what is happening. On Wed, Jul 17, 2013 at 1:02 PM, Dmitriy Lyubimov <[email protected]> wrote: > btw, another nitpicking, solveRight(eye(n) ) and solveLeft() do not check > for cardinality of argument, throwing ArrayOutOfBounds. yes the burden of > dumbness is on the user but the burden of explanation is on implementation > :) >
