Commit Graph

11 Commits

Author SHA1 Message Date
Dan Kortschak
a2c6f817bf ci: replace golangci-lint with staticcheck 2022-05-18 21:35:57 +09:30
Vladimir Chalupecky
94b2bbd8ac mat: add overlap detection for SymBandDense 2019-09-26 13:38:37 +02:00
Dan Kortschak
2dfa205328 mat: add minimal shadow detection for complex matrices 2019-08-08 11:38:57 +09:30
Dan Kortschak
d76380b393 mat: check RawVectorers for shadowing and special case unit increments 2019-05-17 20:22:23 +09:30
Dan Kortschak
5f11fd92d7 mat: improve mat element shadowing detection 2018-05-23 22:49:26 +09:30
kortschak
835cce7bd0 mat: allow cross-raw shadow detection 2017-12-11 12:32:35 +10:30
kortschak
b525d7913d mat: use generalised rectangular shadow check
This reduces code and regularises the checks at the cost of users being
able to hide multiple triangles in a single rectangle.
2017-12-11 12:32:35 +10:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
kortschak
862a4c5a4f mat: rename Vector->VecDense 2017-07-31 09:59:22 +09:30
kortschak
6143493e56 mat: s/mat64/mat/g 2017-06-16 16:23:05 +09:30
Brendan Tracey
3fa9374bd4 matrix: rename matrix to mat, and merge with mat64 and cmat128.
This merges the three packages, matrix, mat64, and cmat128. It then renames this big package to mat. It fixes the import statements and corresponding code
2017-06-13 10:26:10 -06:00