Commit Graph

18 Commits

Author SHA1 Message Date
Dan Kortschak
143fb433a9 mat: add non-zero doers for TriBandDense 2022-06-21 19:12:35 +09:30
Vladimir Chalupecky
544b314c6d mat: add Normer interface and use it in Norm 2021-05-11 16:23:27 +02:00
Vladimir Chalupecky
5782abdfec mat: add Tridiag to list_test 2021-05-04 07:34:30 +02:00
Vladimir Chalupecky
49182b1e8f mat: add support for tridiagonal matrices 2021-04-09 13:42:26 +02:00
Vladimir Chalupecky
dc8c08689a mat: consolidate basic types for testing in single file 2020-10-12 23:24:27 +02:00
Vladimir Chalupecky
40b831e267 mat: clean up basicVector and rawVector types in tests 2020-10-10 22:54:41 +02:00
Dan Kortschak
dc086ce62d mat: avoid linting complaint about non-simplified composite element 2020-10-08 20:53:09 +10:30
Dan Kortschak
da72779e7a floats/scalar: new package containing non-vector functions from floats 2020-08-07 07:59:02 +09:30
Egon Elbre
190873a112 mat: make tests parallel 2020-03-16 16:10:59 +02:00
Vladimir Chalupecky
a37400476f mat: add MulVecTo to BandDense and SymBandDense 2020-02-24 13:06:34 +01:00
jonreiter@gmail.com
6e46824336 mat: tracer for banded types 2019-04-09 16:31:59 +09:30
Dan Kortschak
cd47c93d54 mat: relax list test type restrictions for Vector parameters 2017-12-27 19:24:49 +10:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
James Bowman
e01a71d4d5 mat: make RowView and ColView return Vector type and add RowViewOf and ColViewOf
Also change Dot signature to accept Vector parameters.
2017-09-02 06:55:38 +09:30
kortschak
9342bd1d5a mat: factor condition code into factorising types 2017-08-06 07:04:36 +09:30
kortschak
862a4c5a4f mat: rename Vector->VecDense 2017-07-31 09:59:22 +09: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
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