From bug-octave-request at bevo dot che dot wisc dot edu Fri Jun 18 12:21:36 1999 Subject: polyfit still buggy From: "John W. Eaton" To: Rolf Fabian Cc: "'bug-octave'" Date: Fri, 18 Jun 1999 12:21:19 -0500 (CDT) On 18-Jun-1999, Rolf Fabian wrote: | I reported this bug already for 2.0.13 | must have been overlooked .. it's still present at V2.1.14 'polyfit.m' | | .... | if (y_is_row_vector) | # yf = yf'; <<< this line is BUGGY , wrong (i.e. conjugate complex) result | # for complex row -vectors y | yf= yf.'; #FIX | endif | ... I've fixed this in my current sources. Thanks, jwe --------------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. To ensure that development continues, see www.che.wisc.edu/octave/giftform.html Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html ---------------------------------------------------------------------