On 20 Oct 2011, at 17:13, Carnë Draug wrote: > Hi Carlos > > I noticed that you have implemented 2 versions of the pgmres function > in the linear-algebra package, one in C++ and another in octave. > Should we remove one of them? If so, which? > > Carnë
the m-file version was included in Octave-core as "gmres.m" so it is OK to remove it from linear-algebra. the C++ version has the same functionality but is (very slightly) faster so you might want to keep it. Also mgorth.cc which is used by gmres is now in Octave-core so is not needed there. if you are cleaning up linear algebra you might also want to look at other functions that are now in /scripts/sparse/ in the Octave-core source tree (*) in order to remove duplicates. Thanks for this and all your work on Octave Forge! Carlo (*) <http://hg.savannah.gnu.org/hgweb/octave/file/30414ff19d5e/scripts/sparse> ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Ciosco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev