kortschak
|
c4b4903572
|
Remove unnecessary zeroing code
|
2014-01-10 12:08:22 +10:30 |
|
kortschak
|
25c207cb64
|
Change from JAMA name
|
2014-01-09 10:47:49 +10:30 |
|
kortschak
|
3b5083ad84
|
Remove nx as unnecessary
This clarifies the constraints we are working in.
|
2014-01-09 10:44:11 +10:30 |
|
kortschak
|
36eada56ab
|
Make it very clear what we are doing here.
|
2014-01-09 10:35:46 +10:30 |
|
btracey
|
7096590f28
|
Removed commented fmt
|
2014-01-08 15:45:42 -08:00 |
|
btracey
|
68efb7a653
|
Fixed QR solve code to give correct answer for skinny matrices
|
2014-01-08 15:45:42 -08:00 |
|
btracey
|
e88f486561
|
Working version of Solve
|
2014-01-08 15:45:42 -08:00 |
|
kortschak
|
430f7a3c1b
|
Improve QR comment
|
2014-01-09 09:42:32 +10:30 |
|
kortschak
|
d07426118b
|
Enforce QRD shape restriction
|
2014-01-09 09:13:40 +10:30 |
|
kortschak
|
4308ceaa16
|
Fix illegal index panic
|
2014-01-08 16:00:35 +10:30 |
|
kortschak
|
64b1087c7c
|
Fix QR solve shape error
|
2014-01-08 15:33:52 +10:30 |
|
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 |
|