Brendan Tracey
a65628b4b5
mat: Rename Solve(Vec) to Solve(Vec)To ( #922 )
...
* mat: Rename Solve(Vec) to Solev(Vec)To
Fix #830 .
2019-03-28 01:01:36 +00:00
Brendan Tracey
1d8caee34e
mat: change factorization inputs to use bit types ( #872 )
...
* mat: change factorization inputs to use bit types
Fixes #756 and #748 .
2019-03-23 17:20:14 +00:00
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
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
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
fc1f4400f7
mat: export Dense.solveTwoChol as Cholesky.SolveChol
2017-08-03 06:21:30 +09:30
kortschak
ec20c1f479
mat: remove outdated attributions to Jama code
2017-06-25 17:06:16 +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