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

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

[Octave-patch-tracker] [patch #8622] basic matrix functions


From: Jordi Gutiérrez Hermoso
Subject: [Octave-patch-tracker] [patch #8622] basic matrix functions
Date: Mon, 16 Mar 2015 15:53:57 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0 Iceweasel/36.0.1

Follow-up Comment #3, patch #8622 (project octave):

In that case, the fastest way to compute adjugate matrices is to do
det(A)*inv(A)... but this is so trivial that I hardly think it requires a
whole new function, and anyone who really needs adjugate matrices with blithe
disregard for numerical stability can simply do det(A)*inv(A).

I am still unconvinced we need this code.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8622>

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




reply via email to

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