|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #51246] pinv(0) different from Matlab |
| Date: | Fri, 3 Nov 2017 13:10:35 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 |
Update of bug #51246 (project octave):
Status: In Progress => Fixed
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #18:
I checked in a change along with BIST tests here
(http://hg.savannah.gnu.org/hgweb/octave/rev/d3dc76efb38b).
I also found that we were not calculating the tolerance correctly for single
matrices. Apparently there was a copy and paste error from the code for
double matrices and we were using
std::numeric_limits<double>::epsilon ()
in calculations instead of the "float" version of epsilon.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?51246>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |