octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in expm


From: Marco Caliari
Subject: Re: Bug in expm
Date: Thu, 24 Apr 2008 16:36:46 +0200 (CEST)

I've tried to convert these two diff patches to a hg changeset for
John's convenience, but
the dMatrix.cc patch failed. Did you make the patches against the most
recent sources?
If not, can you please refresh?

I made them against octave-3.0.1. Now I'm away for ten days...
The dMatrix.cc.patch should exchange the lines

// leading permutations in forward order
for (octave_idx_type i = nc - 1; i>= ihi; i--)

with

// trailing permutations must be done in reverse order
for (octave_idx_type i = 0; i < (ilo-1); i++)

Marco


reply via email to

[Prev in Thread] Current Thread [Next in Thread]