QR: More optional arguments, add tests form GSL
Changed required to optional arguments for several of the QR linear algebra functions, for returned quantities. 45 new tests added for QR that are translated from GSL's tests. Matrices and solutions that are used by more than one of the linear algebra techniques are defined in matrix-generation.lisp.
Showing
- gsll-tests.asd 2 additions, 1 deletiongsll-tests.asd
- linear-algebra/lu.lisp 9 additions, 9 deletionslinear-algebra/lu.lisp
- linear-algebra/matrix-generation.lisp 57 additions, 8 deletionslinear-algebra/matrix-generation.lisp
- linear-algebra/qr.lisp 136 additions, 6 deletionslinear-algebra/qr.lisp
- linear-algebra/svd.lisp 9 additions, 9 deletionslinear-algebra/svd.lisp
- tests/lu.lisp 16 additions, 43 deletionstests/lu.lisp
- tests/qr.lisp 223 additions, 0 deletionstests/qr.lisp
- tests/svd.lisp 16 additions, 34 deletionstests/svd.lisp
Loading
Please register or sign in to comment