This work continues the refactoring, and has introduced a test that shows why the Moore Penrose Inverse test fails randomly: the pivot of the QR decomposition contains a nil.
I will try to delve deeper into why the pivot has a nil in it at all, and what the answer should be. I will give myself a few days. If I get nowhere, I will make this a full PR ready for review.
This work continues the refactoring, and has introduced a test that shows why the Moore Penrose Inverse test fails randomly: the pivot of the QR decomposition contains a
nil
.I will try to delve deeper into why the pivot has a nil in it at all, and what the answer should be. I will give myself a few days. If I get nowhere, I will make this a full PR ready for review.