Dan Kortschak
c5f01565d8
mat: rename Cloner=>ClonerFrom and Clone=>CloneFrom
2019-06-08 21:20:22 +09:30
Vladimir Chalupecky
84f7bdec00
lapack/lapack64: call lapack functions with stride always at least 1
2019-03-27 06:17:51 +01:00
Brendan Tracey
83576e8213
Move EigenvectorsSym to VectorsTo ( #918 )
...
This is in line with the other factorization extraction methods.
Fixes #847 .
2019-03-25 06:56:07 +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
Vladimir Chalupecky
70a1e933af
lapack/gonum: unify parameter checks
2019-02-15 23:07:11 +01:00
Vladimir Chalupecky
c5cc4a2357
mat: update documentation for Eigen
2019-02-14 08:01:12 +01:00
Brendan Tracey
9b2c800048
mat: Fix Eigen documentation ( #858 )
2019-02-13 06:18:14 -05: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
Vladimir Chalupecky
a6f3f37374
lapack: rename LeftEV and RightEV job constants
2018-08-23 06:57:27 +02:00
Vladimir Chalupecky
de667f08e7
lapack: rename ComputeEV and add EVNone
2018-08-23 06:57:27 +02:00
Dan Kortschak
91face6738
mat: note that EigenSym orders values ascending
2018-05-22 07:03:47 +09:30
kortschak
805531d142
all: change capitalization of gonum in license header
2017-11-02 06:54:08 +10:30
kortschak
862a4c5a4f
mat: rename Vector->VecDense
2017-07-31 09:59:22 +09:30
kortschak
ec20c1f479
mat: remove outdated attributions to Jama code
2017-06-25 17:06:16 +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