Closed srt19170 closed 10 years ago
Should the assert in Least-Squares-QR be
(assert (plusp df) () 'not-enough-columns)
or
(assert (not (minusp df)) () 'not-enough-columns)
I admit to being a novice, but it seems like a square matrix should be acceptable?
Thanks, fixed in 3b8a0e0.
Should the assert in Least-Squares-QR be
or
I admit to being a novice, but it seems like a square matrix should be acceptable?