Sebastien Binet
f4b55da7ee
blas: fix documentation of Use functions
...
This was noticed while adapting JuliaLang/Microbenchmarks#27 to the new
Gonum import paths.
This CL somewhat clarifies the correct default implementation (pure-Go)
used by the various blas{32,64} and cblas{64,128} packages.
2018-08-14 09:40:08 +02:00
kortschak
805531d142
all: change capitalization of gonum in license header
2017-11-02 06:54:08 +10:30
mewmew
7e53ef2fae
all: use fixdocs tool to store package documentation in doc.go
...
Add copyright header to doc.go
Keep original comment style (e.g. line comments and block comments).
Fix doc comments containing multiple line comments.
Remove vanity imports from all files except doc.go.
Fixes #12 .
The source code of fixdocs is located at:
https://play.golang.org/p/7RtYLzldsO
2017-08-16 14:26:00 +02:00
mewmew
ac48587c92
Revert "all: use fixdocs tool to store package documentation in doc.go"
...
This reverts commit b2982a3e50
.
2017-08-16 14:21:05 +02:00
mewmew
b2982a3e50
all: use fixdocs tool to store package documentation in doc.go
...
Add copyright header to doc.go
Keep original comment style (e.g. line comments and block comments).
Fix doc comments containing multiple line comments.
2017-08-16 14:07:36 +02:00
mewmew
5b4711aa15
Revert "all: use fixdocs tool to store package documentation in doc.go"
...
This reverts commit b0a98102dc
.
2017-08-16 14:07:17 +02:00
mewmew
b0a98102dc
all: use fixdocs tool to store package documentation in doc.go
...
Add copyright header to doc.go
Keep original comment style (e.g. line comments and block comments).
2017-08-16 14:02:26 +02:00
mewmew
7eaea7c428
Revert "all: use fixdocs tool to store package documentation in doc.go"
...
This reverts commit 00292b2d57
.
2017-08-16 14:01:36 +02:00
mewmew
00292b2d57
all: use fixdocs tool to store package documentation in doc.go
...
Add copyright header to doc.go
2017-08-16 13:56:50 +02:00
mewmew
a37fef5a6d
Revert "all: use fixdocs tool to store package documentation in doc.go"
...
This reverts commit 963877e5f5
.
2017-08-16 13:54:16 +02:00
mewmew
963877e5f5
all: use fixdocs tool to store package documentation in doc.go
2017-08-16 13:19:00 +02:00
kortschak
73027c37a4
blas: rename test check function equal*=>same*
2017-08-06 18:48:52 +09:30
kortschak
151f028ba7
blas: add hermitian conversions
2017-08-05 07:44:58 +09:30
kortschak
69b1260dde
blas: add generated float32 conversion code
...
This required moving math32 higher up the tree.
2017-08-05 07:44:58 +09:30
Brendan Tracey
915cce4d2d
blas: rename native package to gonum
...
Fixes #33 .
2017-06-05 19:10:47 -06:00
kortschak
37850ca814
all: add canonical imports
2017-05-25 16:07:18 +09:30
Brendan Tracey
d33397aa65
all: change import paths
2017-05-23 00:03:03 -06:00
Brendan Tracey
f3d87b6612
blas: imported blas as a subtree
2017-05-23 00:02:42 -06:00