kortschak
b47aa1446b
graph/internal/...: update for int64 IDs
2017-07-02 08:38:42 +09:30
kortschak
b4e6656724
graph: change IDs to int64
2017-07-02 08:38:42 +09:30
kortschak
e56ddb0dc6
blas/gonum/internal/math32: deflake test
2017-06-30 18:53:04 +09:30
kortschak
aa018cccb6
travis: add testing for go tip allowing failure
2017-06-30 18:00:49 +09:30
kortschak
9363ac56d7
travis,unit: fix and check unit code generation
...
Also fix blas generate check for move.
2017-06-27 07:56:58 +09:30
kortschak
ec20c1f479
mat: remove outdated attributions to Jama code
2017-06-25 17:06:16 +09:30
Brendan Tracey
6b2a89b0c7
Merge pull request #104 from gonum/cholcond
...
mat: add Condition routine for returning the condition number from th…
2017-06-24 09:20:52 -06:00
kortschak
04e85c11cc
blas/gonum: panic with more informative messages
2017-06-24 09:33:18 +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
1880f7dd80
stat/distuv: move destination to first position
2017-06-22 12:38:44 +09:30
kortschak
03a2dba19b
stat: append To suffix to extraction methods
2017-06-22 12:38:26 +09:30
kortschak
eac07bbebd
mat: add missing license headers
2017-06-21 20:22:55 +09:30
kortschak
11453e6b05
stat/spatial: new package for spatial statistic measures
2017-06-21 12:25:02 +09:30
kortschak
82a7dd2f1f
mat: extend Vector slicing sematics to allow slicing up to capacity
2017-06-21 12:24:43 +09:30
Brendan Tracey
66c06ccddc
Merge pull request #91 from gonum/unitdocfix
...
unit: Update documentation, create examples, and comment types
2017-06-20 16:25:12 -06:00
Brendan Tracey
3da72f485d
unit: Update documentation, create examples, and comment types
...
Updates 90.
2017-06-20 12:27:13 -06:00
kortschak
aed371df91
travis: fix formatting again
2017-06-20 17:59:42 +09:30
kortschak
7af70dd796
all: fix many go vet errors
2017-06-20 16:29:35 +09:30
kortschak
f990fc84b6
stat/distmv,unit: fix ineffectual assignments
...
Many are left, either because the code is not idiomatic and derived from
other implementations or there is a reason behind the assignment.
2017-06-20 16:29:35 +09:30
kortschak
a1347c0243
all: fix spelling errors
2017-06-20 16:29:35 +09:30
kortschak
6557c5dc64
all: simplify code identified by gosimple
2017-06-20 15:04:11 +09:30
kortschak
cf7c9160be
travis: move format checks earlier and use goimports
2017-06-20 14:52:33 +09:30
kortschak
ef9d9db5da
travis: fix go generate checks
2017-06-20 14:52:33 +09:30
kortschak
8adef06880
travis: fix formatting
2017-06-20 14:52:33 +09:30
Leonid Kneller
afee90e311
mathext: add complete elliptic integrals K and E ( #74 )
...
This implementation is derived from Toshio Fukushima's paper and Fortran code.
http://dx.doi.org/10.1016/j.cam.2014.12.038
2017-06-20 09:13:40 +09:30
kortschak
ef166da197
graph/topo: remove unused field
2017-06-19 19:39:49 +09:30
Vladimir Chalupecky
985bce8af2
optimize/functions: use ++ and -- operators
2017-06-17 11:48:26 +02:00
Vladimir Chalupecky
a606d7a1eb
optimize/functions: rename Schubert to Shubert
2017-06-17 11:48:26 +02:00
Vladimir Chalupecky
a8fc114e6d
lapack/gonum: remove unused assignment to local variable in Dlasq4
...
See https://github.com/Reference-LAPACK/lapack/issues/158 for this
change done in the reference LAPACK.
2017-06-17 09:22:52 +02:00
kortschak
b358f748d6
mat: allow slice to increase matrix size to caps
2017-06-17 06:45:53 +09:30
kortschak
33b5a66ba7
mat: remove View* methods
2017-06-17 06:45:53 +09:30
kortschak
569c4e396d
community: drop dependency on intsets
2017-06-16 19:39:51 +09:30
kortschak
619e137c2c
graph,graph/{encoding/dot,internal/set,topo,traverse}: remove intsets imports
2017-06-16 19:39:51 +09:30
kortschak
6143493e56
mat: s/mat64/mat/g
2017-06-16 16:23:05 +09:30
Brendan Tracey
9a50036ca1
Merge pull request #65 from gonum/redomat
...
matrix, all: combine matrix packages, change matrix to mat
2017-06-15 23:41:30 -06:00
Brendan Tracey
7a159c1266
Merge pull request #66 from gonum/vlsefuncs
...
optimize/functions: implement the many local minima functions in the …
2017-06-15 23:41:19 -06:00
Brendan Tracey
7a97baedff
optimize/functions: implement the many local minima functions in the virtual library of simulation experiments
2017-06-15 20:42:22 -06:00
Brendan Tracey
7636c591f7
mat: update documentation to new package
...
This takes the old autogenerated documentation file and updates it to the combined package
2017-06-15 20:20:08 -06:00
Brendan Tracey
4aa1c52425
Merge pull request #62 from gonum/addbranin
...
optimize/functions: add BraninHoo test function
2017-06-14 13:25:08 -06:00
Brendan Tracey
9f4ea5ad20
optimize/functions: add BraninHoo test function
2017-06-14 11:21:41 -06:00
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
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
Brendan Tracey
2b81cf67bf
matrix: delete files that will not be merged
...
This is the first commit toward moving matrix/mat64 to mat
2017-06-13 09:53:09 -06:00
kortschak
94ece3546e
floats: add ParseWithNA
2017-06-13 11:02:01 +09:30
kortschak
e58bfb23e8
graph/simple: do not use intsets.Sparse for ID sets
2017-06-13 11:01:07 +09:30
Dan Kortschak
2942f5c623
graph/encoding/dot: allow unmarshalling of DOT IDs
2017-06-09 20:01:14 +09:30
kortschak
9e16ba4ad2
graph/encoding/dot: allow unmarshaling of global attributes
2017-06-09 08:07:23 +09:30
kortschak
cbf5612c67
matrix/mat64: regroup functions and clean up docs
2017-06-09 07:03:42 +09:30
kortschak
8ca1ab32d2
matrix/mat64: use pools for []float64 and []int where possible
2017-06-09 07:03:42 +09:30
kortschak
d49f26e4f8
graph/endcoding/dot: tidy up decode code/docs
2017-06-08 17:41:56 +09:30