Brendan Tracey
16f4144126
mat: Change methods to accept empty instead of nil matrices ( #1090 )
...
* mat: Change methods to accept empty instead of nil matrices
While here, fix enough to compile.
Updates #1081 .
2019-09-20 19:19:07 +01:00
Dan Kortschak
17ea55aedb
blas,lapack: clean up docs and comments
...
Apply (with manual curation after the fact):
* s/^T/U+1d40/g
* s/^H/U+1d34/g
* s/, {2,3}if / $1/g
Some additional manual editing of odd formatting.
2019-09-06 20:02:29 +09:30
Brendan Tracey
a65628b4b5
mat: Rename Solve(Vec) to Solve(Vec)To ( #922 )
...
* mat: Rename Solve(Vec) to Solev(Vec)To
Fix #830 .
2019-03-28 01:01:36 +00:00
kortschak
805531d142
all: change capitalization of gonum in license header
2017-11-02 06:54:08 +10:30
Brendan Tracey
fa42c6938b
mat: change cholesky.To to cholesky.ToSym ( #250 )
...
* mat: change cholesky.To to cholesky.ToSym
Fixes #133
2017-10-02 15:35:10 -06:00
kortschak
862a4c5a4f
mat: rename Vector->VecDense
2017-07-31 09:59:22 +09:30
kortschak
08e1f7dfc1
mat: allow nil destination for Cholesky extraction
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
7af70dd796
all: fix many go vet errors
2017-06-20 16:29:35 +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