Commit Graph

44 Commits

Author SHA1 Message Date
Vladimir Chalupecky
9a55b68dae lapack/gonum: clean up docs for Dgetrf and Dgetf2 2023-10-03 08:33:29 +02:00
Vladimir Chalupecky
ff3e32092e lapack/lapack64: add Geqp3 and clean up docs 2023-09-21 09:06:26 +02:00
Jes Cok
bd727a9e14 all: fix typos 2023-07-16 13:37:17 +09:30
Dan Kortschak
5f0141ca4c all: run gofmt and generate all packages
Changes made in dsp/fourier/internal/fftpack break the formatting used
there, so these are reverted. There will be complaints in CI.

[git-generate]
gofmt -w .
go generate gonum.org/v1/gonum/blas
go generate gonum.org/v1/gonum/blas/gonum
go generate gonum.org/v1/gonum/unit
go generate gonum.org/v1/gonum/unit/constant
go generate gonum.org/v1/gonum/graph/formats/dot
go generate gonum.org/v1/gonum/graph/formats/rdf
go generate gonum.org/v1/gonum/stat/card

git checkout -- dsp/fourier/internal/fftpack
2022-08-06 07:05:17 +09:30
Vladimir Chalupecky
1c2a04ccb9 lapack/lapack64: add Lapmr 2022-03-22 11:10:26 +01:00
Dan Kortschak
d8ad7756b6 all: fix spelling and typos 2022-03-14 21:32:06 +10:30
Vladimir Chalupecky
b091b0b4e2 lapack/gonum: clarify ok return from Dpstrf and Dpstf2 2022-02-04 10:55:15 +01:00
Vladimir Chalupecky
ce4adcfbd5 lapack/lapack64: add Pstrf 2022-02-03 10:48:42 +01:00
Vladimir Chalupecky
f0d77794af lapack/{gonum,testlapack}: don't use work in Dlangb 2021-05-07 16:44:11 +02:00
Vladimir Chalupecky
d66e8d4b48 lapack/{gonum,testlapack}: extend Dlangb to non-square band matrices 2021-05-07 16:44:11 +02:00
Vladimir Chalupecky
142fecace0 lapack/{gonum,testlapack}: add Dlangb and its test 2021-05-07 16:44:11 +02:00
Vladimir Chalupecky
6703b9cb87 lapack: add Dgtsv 2020-10-27 09:16:20 +01:00
Vladimir Chalupecky
d989c50285 lapack: add Dlagtm 2020-10-22 18:20:11 +02:00
Vladimir Chalupecky
ec417b4211 lapack: add Dlangt 2020-10-21 07:09:25 +02:00
Vladimir Chalupecky
0edb751dac lapack64: add Tridiagonal type 2020-10-21 07:09:25 +02:00
Vladimir Chalupecky
162472b11b lapack64: add Tbtrs 2020-09-30 10:56:51 +02:00
Vladimir Chalupecky
a9c58dba17 lapack64: add Lansb and Lantb 2020-09-28 09:54:56 +02:00
Vladimir Chalupecky
9c9ecbc337 lapack64: add Pbcon 2020-09-28 09:54:56 +02:00
Vladimir Chalupecky
085e2bc63c lapack,lapack64: remove Dlansb and Dlantb from Float64
These two routines are not provided by LAPACKE and therefore
should not be part of the Float64 interface.

Closes #1428
2020-08-19 11:50:05 +02:00
Vladimir Chalupecky
5c397b631c lapack/gonum,lapack64: add Dlantb 2020-08-15 01:33:40 +02:00
Vladimir Chalupecky
a371667eb3 lapack64: add Pbtrs 2020-03-30 10:19:29 +02:00
Vladimir Chalupecky
26da121ab7 lapack64: add Pbtrf 2020-03-30 10:19:29 +02:00
Vladimir Chalupecky
3fc850e845 lapack64: add Lansb 2020-03-30 10:19:29 +02: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
Vladimir Chalupecky
84f7bdec00 lapack/lapack64: call lapack functions with stride always at least 1 2019-03-27 06:17:51 +01:00
Vladimir Chalupecky
ce5163176b lapack/lapack64: add Potri to Float64 interface 2019-01-04 23:08:42 +01:00
Vladimir Chalupecky
3a1f3daf9f lapack,mat: rename SVDInPlace constant to SVDStore 2018-10-17 15:04:24 +02:00
Vladimir Chalupecky
a6f3f37374 lapack: rename LeftEV and RightEV job constants 2018-08-23 06:57:27 +02:00
Vladimir Chalupecky
de667f08e7 lapack: rename ComputeEV and add EVNone 2018-08-23 06:57:27 +02:00
Vladimir Chalupecky
989b440016 lapack/gonum: add Dpotrs 2018-07-30 09:03:01 +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
Brendan Tracey
1ba75721bb lapack: rename native package to gonum 2017-06-04 10:24:00 -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
c474e8b33b lapack: imported lapack as a subtree 2017-05-23 00:02:46 -06:00