Commit Graph

6100 Commits

Author SHA1 Message Date
Dan Kortschak
e7ee7e1c97 graph/formats/rdf: work around unhelpful mechanical lawyer 2021-11-01 08:00:28 +10:30
soypat
295bfca71f lapack: add Dlatdf 2021-10-20 19:46:48 +02:00
Vladimir Chalupecky
b2a0043a31 lapack/gonum: clean up Dlag2 and its test 2021-10-13 22:52:48 +02:00
Dan Kortschak
8f6a7707f4 graph/internal/ordered: replace slice sort types with sort.Slice calls 2021-10-14 07:01:58 +10:30
Vladimir Chalupecky
2ef9ae2cf1 lapack/gonum: add Dpstrf and its test 2021-10-05 16:55:11 +02:00
Jinesi Yelizati
befe5e99e1 blas: update README 2021-10-01 05:45:00 +09:30
Vladimir Chalupecky
d891e94e2b lapack/gonum: fix length check in Dlaswp
Also, simplify checks of row indices k1 and k2.
2021-09-29 10:31:56 +02:00
Dan Kortschak
cccd8af5f6 graph/iterator: update map iteration to tolerate changes in reflect
https://go-review.googlesource.com/c/go/+/321889
2021-09-28 21:54:50 +09:30
Vladimir Chalupecky
94959ac705 lapack/gonum: add Dpstf2 and its test 2021-09-28 13:20:22 +02:00
Dan Kortschak
e628c09afb README: fix line link syntax 2021-09-28 19:01:00 +09:30
Vladimir Chalupecky
06c2c52738 lapack/{gonum,testlapack}: clean up Dorgr2 and its test 2021-09-28 05:38:34 +02:00
Dan Kortschak
aad2065518 graph/formats/rdf: add equi-canonicalisation function 2021-09-28 08:29:48 +09:30
soypat
b54f851e5e lapack: add Dlag2 subroutine 2021-09-27 19:17:25 +02:00
Jinesi Yelizati
445a8f14e6 A+C: add Jinesi Yelizati 2021-09-27 06:58:37 +09:30
Jinesi Yelizati
f8a3c86457 ci: fix caching by removing comments
The action/cache configuration uses a multi-line string which is split on new
lines rather than using a YAML list, so the comments were included in the path
values preventing any match.
2021-09-27 06:57:51 +09:30
Dan Kortschak
31a0551567 dsp/window/cmd/leakage: fix floor logic 2021-09-20 19:01:56 +09:30
Dan Kortschak
95cfd38470 dsp/window/cmd/leakage: add utility command for parameter estimation 2021-09-20 19:01:56 +09:30
Argusdusty
ce6167c3f2 stat/distuv: improve Pareto.Rand performance, also adding Pareto.Rand benchmark 2021-09-20 06:39:06 +09:30
Dan Kortschak
2394b570ca README: fix link to supported versions 2021-09-18 17:24:02 +09:30
Dan Kortschak
abf20415af ci: drop use of travis and coveralls 2021-09-18 16:49:50 +09:30
Vladimir Chalupecky
5c9be58381 mat,stat: refer to SymmetricDim in docs 2021-09-11 23:11:30 +02:00
Dan Kortschak
d82528ed0a github: remove FUNDING.yml file 2021-09-03 19:08:27 +09:30
Dan Kortschak
d126b8c3c7 github: remove kortschak from FUNDING.yml (#1715) 2021-09-03 09:14:09 +02:00
Vladimir Chalupecky
8e83e04715 lapack/gonum: remove Dcombssq
Remove Dcombssq and rely on Dlassq to combine scaled sums. See the
upstream change in https://github.com/Reference-LAPACK/lapack/pull/570
2021-09-02 09:59:07 +02:00
soypat
d90a6d6429 lapack/gonum: add Dorgr2 2021-09-01 18:27:25 +02:00
Dan Kortschak
8d530b6437 graph/path: fix YenKShortestPaths 2021-08-27 17:46:02 +09:30
Dan Kortschak
5dcc4befa0 mat: simplify Diagonal interface expression 2021-08-23 16:10:45 +09:30
Dan Kortschak
40ee0e69c1 mat: simplify redundant selector expression 2021-08-23 07:14:23 +09:30
Dan Kortschak
3d32334f97 mat: rename Symmetric method to SymmetricDim 2021-08-23 07:02:27 +09:30
Dan Kortschak
af39aebcaa all: replace uses of deprecated ioutil functions 2021-08-17 20:06:07 +09:30
Dan Kortschak
f12fdcffef ci: update for go1.17 2021-08-17 16:20:08 +09:30
Dan Kortschak
85ca8969b8 all: remove or clarify repeated words in comments 2021-08-08 16:39:38 +09:30
Dan Kortschak
054da3c55f mat: remove blank line 2021-07-19 15:45:48 +09:30
Yasuhiro Matsumoto
23653ebacb mat: fix typo 2021-07-14 12:07:06 +09:30
Yasuhiro Matsumoto
c7a4930564 A+C: add Yasuhiro Matsumoto 2021-07-14 10:53:47 +09:30
tekulvw
9ce34c9c87 A+C: add Will Tekulve 2021-07-02 16:54:14 +09:30
tekulvw
5155b5f60e stat: correct slope/offset in ExampleLinearRegression 2021-07-02 16:33:46 +09:30
Dan Kortschak
a382475b2c graph/iterator: fix English 2021-06-25 08:14:19 +09:30
Dan Kortschak
5ed7775611 graph/{iterator,multi}: use map iterators for lines and weighted lines 2021-06-25 08:14:19 +09:30
Dan Kortschak
c5ecad0dbb spatial/r3: add example for why not to use Euler angles 2021-06-25 07:00:40 +09:30
Dan Kortschak
80c46516ed spatial/r3: use lightweight matrix for rotations
This implements mat.Matrix and mat.RawMatrixer to gain the fast path for
matrix multiplication but does not have any of the machinery for resizing.
2021-06-25 06:59:45 +09:30
Roman Werpachowski
32fa687543 interp: add not-a-knot cubic spline interpolator (#1679) 2021-06-23 17:27:27 +02:00
Dan Kortschak
4895e9b3fc graph/simple: use more efficient dedup logic 2021-06-23 21:00:45 +09:30
Dan Kortschak
0fb53cb2a5 graph/multi: use more efficient and correct direction dedup logic
Also add test case to testgraph corpus.
2021-06-23 21:00:45 +09:30
Dan Kortschak
82cfcc5c1f graph/multi: use correct test for empty iterator 2021-06-23 21:00:45 +09:30
Vladimir Chalupecky
44e84bef41 lapack/gonum: add Dgesv 2021-06-22 14:34:28 +02:00
Dan Kortschak
2600994ee4 spatial/r3: add method to obtain a rotation matrix 2021-06-21 16:56:18 +09:30
Dan Kortschak
f2a128f642 spatial/{r2,r3}: fix/clarify doc comments 2021-06-20 16:45:59 +09:30
Vladimir Chalupecky
d920954870 lapack/testlapack: fix typo in test for Dgesc2 2021-06-17 09:37:55 +02:00
Dan Kortschak
bc8f19c664 spatial/vptree: don't do no work when n is greater than len(s) 2021-06-17 07:05:19 +09:30