Brendan Tracey
975d99cd20
mat,all: Rename IsZero to IsEmpty ( #1088 )
...
This avoids the confusion between Zero() and IsZero() which sounds like they should be related
to one another but are not. This makes IsEmpty the counterpart to Reset. Add check for Zero in allMatrix
Fixes #1083 .
Updates #1081 .
2019-09-15 13:53:29 +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
Dan Kortschak
c5f01565d8
mat: rename Cloner=>ClonerFrom and Clone=>CloneFrom
2019-06-08 21:20:22 +09:30
Dan Kortschak
5d695651a1
stat,stat/distmv: don't allocate matrix on nil input
2019-04-13 20:14:59 +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
6f65e4ee2e
stat: generalise Mehalanobis vector parameters
2017-12-29 05:56:45 +10:30
kortschak
805531d142
all: change capitalization of gonum in license header
2017-11-02 06:54:08 +10:30
kortschak
862a4c5a4f
mat: rename Vector->VecDense
2017-07-31 09:59:22 +09:30
kortschak
8dc3a3df20
mat: move SolveCholesky* onto Cholesky
2017-07-06 13:49:14 +09:30
Brendan Tracey
0d639745f1
all: update packages from mat64 to mat.
...
This mostly changes package name and code, but also fixes a couple of name clashes with the new package names
2017-06-13 10:28:21 -06:00
Brendan Tracey
d33397aa65
all: change import paths
2017-05-23 00:03:03 -06:00
Brendan Tracey
61c782d390
stat: imported stat as a subtree
2017-05-23 00:02:52 -06:00