Commit Graph

7 Commits

Author SHA1 Message Date
Dan Kortschak
1c2011e56d mat: add non-conjugate transpose for complex matrices 2021-01-07 07:48:49 +10:30
Dan Kortschak
da72779e7a floats/scalar: new package containing non-vector functions from floats 2020-08-07 07:59:02 +09:30
Dan Kortschak
2dfa205328 mat: add minimal shadow detection for complex matrices 2019-08-08 11:38:57 +09:30
Brendan Tracey
ea41d6d4e9 mat: Change Eigen to use complex matrix representation (#849)
* mat: Change Eigen to use complex matrix representation

Fixes #738
2019-02-13 04:03:06 -05:00
Brendan Tracey
5f11366cf0 mat: Add CDense type and basic methods (#846)
* mat: Add CDense type and basic methods

Updates #738.
2019-02-10 22:26:15 -05:00
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10: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