Dan Kortschak
17ea55aedb
blas,lapack: clean up docs and comments
...
Apply (with manual curation after the fact):
* s/^T/U+1d40/g
* s/^H/U+1d34/g
* s/, {2,3}if / $1/g
Some additional manual editing of odd formatting.
2019-09-06 20:02:29 +09:30
Dan Kortschak
e67905e3d2
mat: panic with the advertised value for invalid norm order
2019-08-05 14:27:18 +09:30
Dan Kortschak
c5f01565d8
mat: rename Cloner=>ClonerFrom and Clone=>CloneFrom
2019-06-08 21:20:22 +09:30
jonreiter@gmail.com
5f9e0658f3
mat: add fast paths for Sum with SymDense, TriDense and VecDense
2019-04-03 19:38:10 +10: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
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
32b7bcde45
mat: Add TriBanded interface and TriBandDense type ( #693 )
...
* mat: Add TriBanded interface and TriBandDense type
2018-11-25 08:26:55 +00:00
Vladimir Chalupecky
c0cf10d539
lapack: rename NormFrob to Frobenius
2018-10-17 15:04:24 +02:00
kortschak
805531d142
all: change capitalization of gonum in license header
2017-11-02 06:54:08 +10:30
Spencer Lyon
020a1c5f72
mat: fix Row doc comment
2017-10-02 12:30:54 -04:00
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
Dan Kortschak
c08ba23280
mat: add band matrix types
2017-07-09 07:43:10 +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