Commit Graph

13 Commits

Author SHA1 Message Date
Dan Kortschak
6e57d606a5 mat: generalise basic arithmetic vector operations 2017-12-25 06:12:00 +10:30
kortschak
ad5995341f mat: add TransposeVec 2017-12-15 16:18:52 +10:30
kortschak
785258ce25 mat: add VecDenseCopyOf function 2017-12-15 16:18:52 +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
f99e3efb09 mat: add Vector interface 2017-07-31 09:59:22 +09:30
kortschak
862a4c5a4f mat: rename Vector->VecDense 2017-07-31 09:59:22 +09:30
kortschak
01a0286e0f mat: add IsZero method to resetable types 2017-07-06 14:15:39 +09:30
kortschak
82a7dd2f1f mat: extend Vector slicing sematics to allow slicing up to capacity 2017-06-21 12:24:43 +09:30
kortschak
b358f748d6 mat: allow slice to increase matrix size to caps 2017-06-17 06:45:53 +09:30
kortschak
33b5a66ba7 mat: remove View* methods 2017-06-17 06:45:53 +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