kortschak
23d9ba91cb
Complete fix for issue #5
...
This updates the comments describing SVD behaviour and ensures that the
correct matrices are constructed.
Output disagrees with R's svd function in sign only.
2014-01-15 11:18:06 +10:30
dane
f9544b6951
fixed svd for wide matrices by operating on transposed copy
2014-01-13 17:57:45 +01: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