kortschak
e72f0340f2
README: add README.md stub and move licensing to front page
2017-05-23 19:54:26 +09:30
kortschak
f0d35b292a
gonum: clean away old files and fix-up travis
2017-05-23 16:25:22 +09:30
Brendan Tracey
6c0300859a
Merge pull request #6 from gonum/mergerepos4
...
Mergerepos4
2017-05-23 00:08:15 -06:00
Brendan Tracey
e70111877f
all: delete extra travis files
2017-05-23 00:03:46 -06:00
Brendan Tracey
d33397aa65
all: change import paths
2017-05-23 00:03:03 -06:00
Brendan Tracey
9cfdd41029
unit: imported unit as a subtree
2017-05-23 00:03:00 -06:00
Brendan Tracey
059a6c43f9
graph: imported graph as a subtree
2017-05-23 00:02:59 -06:00
Brendan Tracey
37c29d47e7
optimize: imported optimize as a subtree
2017-05-23 00:02:57 -06:00
Brendan Tracey
df3e727d0a
integrate: imported integrate as a subtree
2017-05-23 00:02:55 -06:00
Brendan Tracey
0572119b48
diff: imported diff as a subtree
2017-05-23 00:02:54 -06:00
Brendan Tracey
61c782d390
stat: imported stat as a subtree
2017-05-23 00:02:52 -06:00
Brendan Tracey
43311d7bb5
mathext: imported mathext as a subtree
2017-05-23 00:02:50 -06:00
Brendan Tracey
7376b4e947
matrix: imported matrix as a subtree
2017-05-23 00:02:48 -06:00
Brendan Tracey
c474e8b33b
lapack: imported lapack as a subtree
2017-05-23 00:02:46 -06:00
Brendan Tracey
105e523e1e
floats: imported floats as a subtree
2017-05-23 00:02:44 -06:00
Brendan Tracey
f3d87b6612
blas: imported blas as a subtree
2017-05-23 00:02:42 -06:00
Brendan Tracey
dd0aa0144f
internal: imported internal as a subtree
2017-05-23 00:02:41 -06:00
Brendan Tracey
6df4deaffb
license: imported license as a subtree
2017-05-23 00:02:38 -06:00
Brendan Tracey
42a372f1f7
Merge pull request #185 from gonum/statdistunif
...
stat/distmv: Add distance measures for Uniform, and fix Uniform source
2017-05-22 23:59:47 -06:00
Brendan Tracey
cb206ff047
stat/distmv: Add distance measures for Uniform, and fix Uniform source
2017-05-22 23:50:00 -06:00
Chad Kunde
4c20688f84
Merge pull request #53 from Kunde21/f64Scal
...
asm/f64: Updated scal assembly to wide, pipelined loops.
2017-05-19 02:53:55 -07:00
Chad Kunde
1f046fc708
asm/f64: Cleand up scal* assembly code.
...
Used 3xIncrement registers to consolidate pointer arithmetic to the
end of the main loop. Moved pipelining register calculations to after
short-vector test. Added two-wide tail code block.
2017-05-19 02:53:05 -07:00
Chad Kunde
7b2995e7fe
asm/f64: Defined macros for named variable registers in scal* code.
2017-05-19 02:53:05 -07:00
Chad Kunde
58fee5277a
asm/f64: Updated scal* benchmark code with go1.7 constructs.
2017-05-19 02:53:05 -07:00
Chad Kunde
e7164049f8
asm/f64: Cleaned up and updated scal* test code.
...
Preparation for wide loops in asm code.
2017-05-19 02:53:05 -07:00
Chad Kunde
1c707a77a2
asm/f64: Added alignment offset and updated randSlice with source.
2017-05-19 02:53:05 -07:00
Chad Kunde
5a20f3cddc
Merge pull request #54 from Kunde21/f64Axpy
...
asm/f64: Updated axpy assembly to wide, pipelined loops.
2017-05-19 02:47:54 -07:00
Chad Kunde
6f5c2d495d
asm/f64: Fixed test variable naming in L1Norm.
2017-05-19 02:19:50 -07:00
Chad Kunde
21c246a749
asm/f64: Cleaned up axpy* assembly code.
...
Used 3xIncrement registers to consolidate pointer arithmetic to the
end of the main loop. Moved pipelining register calculations to after
short-vector test. Added two-wide tail code block.
2017-05-19 02:19:42 -07:00
Chad Kunde
6800f94813
asm/f64: Defined macros for named variable registers in axpy* code.
2017-05-19 02:19:42 -07:00
Chad Kunde
7e50ee3ad1
asm/f64: Added and updated testing helper functions.
...
Added functios generate test increment sets. Added alignment offset sets for testing. Updated axpy test code to use value sigils in guards.
2017-05-19 02:19:29 -07:00
Vladimir Chalupecky
219cfcc2ce
Merge remote-tracking branch 'origin/dlasq56-params'
2017-05-15 14:48:13 +02:00
Vladimir Chalupecky
038df329aa
lapack/native: remove unnecessary parameters of Dlasq5
2017-05-14 20:12:51 +02:00
Vladimir Chalupecky
6068cf1911
lapack/native: remove unnecessary parameters of Dlasq6
2017-05-14 19:29:14 +02:00
Brendan Tracey
7689386cc5
Merge pull request #182 from gonum/addquants
...
stat/distuv: Add quantile and survival functions to Gamma, ChiSquared…
2017-05-10 15:28:05 -06:00
Brendan Tracey
81841c96f1
stat/distuv: Add quantile and survival functions to Gamma, ChiSquared, and F
2017-05-10 15:14:05 -06:00
Brendan Tracey
cd3537419d
Merge pull request #159 from gonum/statdist
...
Add distance functions between probability distributions
2017-05-06 17:01:54 -06:00
Brendan Tracey
c33a2a377e
Add distance functions between probability distributions
2017-05-06 16:42:05 -06:00
Brendan Tracey
7fad93f3fd
Merge pull request #183 from gonum/unifbound
...
stat/distmv: add Bounds method to Uniform for extracting variable bounds
2017-05-06 15:25:54 -06:00
Brendan Tracey
df3395b71d
stat/distmv: add Bounds method to Uniform for extracting variable bounds
2017-05-06 15:14:16 -06:00
Brendan Tracey
eba81e0e75
Merge pull request #181 from gonum/unifent
...
stat/distmv: add Entropy to Uniform distribution
2017-05-03 09:00:18 -06:00
Brendan Tracey
445e64ca5a
stat/distmv: add Entropy to Uniform distribution
2017-05-03 08:44:07 -06:00
Chad Kunde
649fc4418b
asm/f64: Updated Axpy benchmarks with cleaner go1.7 constructs.
...
Previous go versions will be maintained until support ends.
2017-04-30 15:28:58 -07:00
kortschak
abbe111527
Revert "Merge branch 'Kunde21-f64Axpy'"
...
This reverts commit 2344e8107c
, reversing
changes made to 48973465e5
.
2017-04-30 16:07:44 +09:30
Chad Kunde
2344e8107c
Merge branch 'Kunde21-f64Axpy'
2017-04-29 23:24:25 -07:00
Chad Kunde
fb120c6f1c
Merge branch 'f64Axpy' of https://github.com/Kunde21/internal into Kunde21-f64Axpy
2017-04-29 23:23:50 -07:00
Chad Kunde
82f154ac9a
asm/f64: Zero-length exit for axpyunitaryto with regression test.
2017-04-29 23:07:54 -07:00
Chad Kunde
3e314025b9
asm/f64: Changed axpy benchmarks to better cover mid-sized vectors.
2017-04-29 23:07:54 -07:00
Chad Kunde
e52eb78784
asm/f64: Consolidated testing helper functions into asm_test.go
2017-04-29 23:07:54 -07:00
Chad Kunde
869d8647e8
asm/f64: Added and updated testing helper functions.
...
Added functios generate test increment sets. Added alignment offset sets for testing. Updated axpy test code to use value sigils in guards.
2017-04-29 23:07:00 -07:00