octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #48807] gsvd function needs matlab compatible


From: Rik
Subject: [Octave-bug-tracker] [bug #48807] gsvd function needs matlab compatible interface
Date: Mon, 24 Oct 2016 20:20:30 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #27, bug #48807 (project octave):

I connected the templated code for gsvd in liboctave to the gsvd function in
libinterp/corefcn so that inputs of single type will now call the appropriate
code in liboctave and return a FloatMatrix or FloatComplexMatrix
(http://hg.savannah.gnu.org/hgweb/octave/rev/f1bb2f0bcfec).

I removed the warning about using matrices of single type since it is okay
now, and also added BIST tests to check this.

There is still the principal problem that the outputs produced by liboctave
need to be manipulated before they produce Matlab compatible results.  That
manipulation can either be in liboctave, or in libinterp/corefcn/gsvd.cc.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48807>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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