Commit Graph

8 Commits

Author SHA1 Message Date
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