error with complex solve (PR#2068)

John.Peters@csiro.au John.Peters@csiro.au
Thu, 26 Sep 2002 09:43:23 +0200 (MET DST)


Thanks, I can live with that, but for conformance with the man page and
with splus (3.4) it would be nice if B could be a (complex) vector.

Many thanks
-----------------------------------------------------------------
John Peters
CSIRO National Measurement Laboratory
PO Box 218                            Phone:    +61 2 9413 7503
Lindfield NSW 2070                    Fax:      +61 2 9413 7202
Australia                             Email: John.Peters@csiro.au
-----------------------------------------------------------------


-----Original Message-----
From: Uwe Ligges [mailto:ligges@statistik.uni-dortmund.de]
Sent: Thursday, 26 September 2002 5:23 PM
To: john.peters@csiro.au
Cc: R-bugs@biostat.ku.dk
Subject: Re: error with complex solve (PR#2068)

Confirmed. The Problem is the wrong error message in the underlying C
code, file .../src/modules/lapack/Lapack.c, line 303:
    error("A must be a complex matrix");
must be changed to
    error("B must be a complex matrix");

Uwe Ligges

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._