Commit Graph

9 Commits

Author SHA1 Message Date
btracey
68efb7a653 Fixed QR solve code to give correct answer for skinny matrices 2014-01-08 15:45:42 -08:00
btracey
f1706a148f Removed dead code in qr test 2014-01-08 15:45:42 -08:00
kortschak
f75c287c0f Clean imports 2014-01-09 09:18:32 +10:30
btracey
7506701a44 Removed fat test, algorithm doesn't work in that case 2014-01-08 12:43:48 -08:00
btracey
3fb71a63c2 Added Fat QR test 2014-01-08 12:18:19 -08:00
btracey
f375e1ed84 Added skinny QR test 2014-01-08 12:17:26 -08:00
btracey
38651e3475 Added square test for QR factorization 2014-01-08 12:14:13 -08:00
kortschak
b10f3a00f3 Change NewDense signature and behaviour
This is an API breaking change.

NewDense now panics if len(mat) != r*c, unless mat == nil. When mat is
nil a new, correctly sized slice is allocated.
2014-01-08 09:56:39 +10:30
kortschak
8a6654a9a1 Merge mat64/la into mat64
This has been done to resolve a circular dependency issue that prevents
Norm(2) and Norm(-2) from being implemented.
2013-11-20 09:07:33 +10:30