Commit Graph

10 Commits

Author SHA1 Message Date
kortschak
01a0286e0f mat: add IsZero method to resetable types 2017-07-06 14:15:39 +09:30
kortschak
08e1f7dfc1 mat: allow nil destination for Cholesky extraction 2017-07-06 13:49:14 +09:30
kortschak
1466bc5437 mat: move InverseCholesky onto Cholesky 2017-07-06 13:49:14 +09:30
kortschak
8dc3a3df20 mat: move SolveCholesky* onto Cholesky 2017-07-06 13:49:14 +09:30
kortschak
2a36f7a571 mat: rewrite cholesky extractions as To rather than From 2017-07-06 13:49:14 +09:30
kortschak
ec20c1f479 mat: remove outdated attributions to Jama code 2017-06-25 17:06:16 +09:30
Brendan Tracey
1d9673790f mat: add Condition routine for returning the condition number from the Cholesky decomposition 2017-06-23 15:30:44 -06:00
kortschak
a1347c0243 all: fix spelling errors 2017-06-20 16:29:35 +09:30
kortschak
6143493e56 mat: s/mat64/mat/g 2017-06-16 16:23:05 +09:30
Brendan Tracey
3fa9374bd4 matrix: rename matrix to mat, and merge with mat64 and cmat128.
This merges the three packages, matrix, mat64, and cmat128. It then renames this big package to mat. It fixes the import statements and corresponding code
2017-06-13 10:26:10 -06:00