[Gsll-devel] Wrong dimension is assumed when an optional parameter is not specified in sv-solve

Evgeniy Zhemchugov jini.zh at gmail.com
Wed Jan 6 19:55:41 UTC 2010


SV-decomposition of matrix A (m x n) produces matrices U (m x n) and V
(n x n) and a vector s representing the diagonal matrix S (n x n) so
that A = U S V'. The solution of the equation Ax = b, x, is of
dimension n that is equal to (dim0 V) rather than (dim0 U) as is
written in SV-solve for its optional parameter. Hence the patch.
Obviously, bug appears only for non-rectanular A, so it passed the
tests.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gsll_sv-solve-fix-x-dimension.patch
Type: application/octet-stream
Size: 486 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/gsll-devel/attachments/20100106/9afd1391/attachment.obj>


More information about the gsll-devel mailing list