Commit Graph

12 Commits

Author SHA1 Message Date
Dan Kortschak
64df69126c mat: harmonise parameter naming and documentation 2018-02-23 09:17:16 +10:30
kortschak
e9a64276f5 mat: generalise LU RankOne vector parameters 2018-01-12 08:22:41 +10:30
Vladimir Chalupecky
d4533cd4f6 blas,lapack,mat,unit: remove "Please" from documentation 2018-01-03 23:55:14 +01:00
kortschak
a361656bfc mat: generalise SolveVec vector parameters 2017-12-31 21:19:18 +10:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
Vladimir Chalupecky
d43614f6b3 mat: clarify implementation comments about condition number calculation 2017-08-08 22:47:37 +02:00
kortschak
9342bd1d5a mat: factor condition code into factorising types 2017-08-06 07:04:36 +09:30
kortschak
5c57666bd6 mat: add Cond method to 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
d87e74cea0 mat: move SolveLU* onto LU 2017-07-06 13:49:14 +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