QR & SVD



>>>>> "Ether" == Ether Jones <maxima at etherjones.us> writes:

    Ether>  Thanks.  dgesvd is what I was looking for, for SVD.  But
    Ether>  dgeev only works on a square matrix.  dgeqrf (from LAPACK)
    Ether>  does a QR factorization on an MxN real matrix, but there's
    Ether>  no interface to it in Maxima :-(

It shouldn't be too hard to create the interface, if you know a bit of
Lisp and just cargo-cult the existing interface to dgeev and/or
dgesvd.  I would do it, but can't right now.  Perhaps in a couple of
weeks?

Ray