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

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

[Octave-bug-tracker] [bug #36777] possible typo in CMatrix.h


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #36777] possible typo in CMatrix.h
Date: Tue, 03 Jul 2012 14:41:27 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.5) Gecko/20100101 Firefox/10.0.5 Iceweasel/10.0.5

URL:
  <http://savannah.gnu.org/bugs/?36777>

                 Summary: possible typo in CMatrix.h
                 Project: GNU Octave
            Submitted by: carandraug
            Submitted on: Tue 03 Jul 2012 02:41:26 PM GMT
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: brownalex
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Hi

on September last year, the following was reported on the octave-forge forums
(which have since been made invisible since no one was following them):

>From my understanding of the functions in the header file CMatrix.h, the diag
function is meant to extract the diagonal elements of a ComplexMatrix and
return them as a 
ComplexColumnVector, however, the function has the prototype: 


ComplexMatrix diag (octave_idx_type k=0) const;


rather than


ComplexColumnVector diag (octave_idx_type k=0) const;


as it should. The ordinary matrices also have this problem. 




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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