Commit Graph

22 Commits

Author SHA1 Message Date
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
Roman Werpachowski
4bb8d0269a interp: Add NaturalCubic spline interpolator (#1657) 2021-06-11 19:03:45 +02:00
Dan Kortschak
efbee9bf28 mat: rename pool helpers to be consistent with type names 2021-05-27 17:07:31 +09:30
Vladimir Chalupecky
3de5d6c644 mat: return ErrZeroLength when size is zero and document it 2021-05-13 09:37:55 +02:00
Vladimir Chalupecky
06f3d524c3 mat: add BandDense.Norm 2021-05-11 16:23:27 +02:00
Vladimir Chalupecky
49182b1e8f mat: add support for tridiagonal matrices 2021-04-09 13:42:26 +02:00
Dan Kortschak
02e28057e1 mat: don't prevent reuse of allocated backing data 2021-04-09 18:14:24 +09:30
Vladimir Chalupecky
5f268d9394 mat: rename CloneVec to CloneFromVec 2020-03-08 11:00:58 +01:00
Vladimir Chalupecky
a37400476f mat: add MulVecTo to BandDense and SymBandDense 2020-02-24 13:06:34 +01:00
Brendan Tracey
975d99cd20 mat,all: Rename IsZero to IsEmpty (#1088)
This avoids the confusion between Zero() and IsZero() which sounds like they should be related
to one another but are not. This makes IsEmpty the counterpart to Reset. Add check for Zero in allMatrix

Fixes #1083.
Updates #1081.
2019-09-15 13:53:29 +01:00
Brendan Tracey
cd52c4d030 mat: Expose ReuseAs method to help resizing (#1082)
* mat: Expose ReuseAs method to help resizing

Fixes #963
2019-09-14 09:17:29 +01:00
jonreiter@gmail.com
6e46824336 mat: tracer for banded types 2019-04-09 16:31:59 +09:30
Brendan Tracey
9a0642d3dd mat: implement helper routines for type extraction and update Trace to use an interface (#932)
* Implement helper routines for type extraction and update Trace to use an interface.

Updates #929.
2019-03-31 09:26:36 +01:00
Brendan Tracey
bcbf6c8e4e mat: Add Zero method to reset values of matrices (#819)
* mat: Add Zero method to reset values of matrices
2019-01-27 22:16:06 +00:00
Brendan Tracey
572d9101fe blas64: add length field N to Vector
blas64: add length field N to Vector

Alongside, fix the implementation of mat.VecDense and mat.Diagonal, as well as other changes needed to fix this change.

Fixes #736.
2018-12-10 08:36:04 +00:00
Brendan Tracey
b53e0d9ab0 mat: Add DiagView methods to types (#711)
* mat: Add DiagView methods to types

Fixes #213
2018-11-29 16:08:30 +00:00
Dan Kortschak
3b99883391 mat: disallow New calls with zero length 2018-11-21 07:57:39 +10:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
kortschak
ffd939f8ca mat: add NonZeroDoer interfaces and implementations
Also clean up some documentation and missing type checks related to
tests for NonZeroDoers.
2017-07-27 10:42:26 +09:30
Vladimir Chalupecky
0dd1a9c0cf mat: fix comment for TransposeBand.Bandwidth 2017-07-10 07:17:52 +02:00
kortschak
0b28ad86d2 mat: fix lint and vet errors 2017-07-09 20:49:17 +09:30
Dan Kortschak
c08ba23280 mat: add band matrix types 2017-07-09 07:43:10 +09:30