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

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

[Octave-bug-tracker] [bug #37946] can't assign `float complex matrix' gm


From: anonymous
Subject: [Octave-bug-tracker] [bug #37946] can't assign `float complex matrix' gmres.m
Date: Tue, 18 Dec 2012 08:44:58 +0000
User-agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; IAV90-00000000)

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

                 Summary: can't assign `float complex matrix' gmres.m
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Di 18 Dez 2012 08:44:56 UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Holger Dyja
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

inbuild gmres.m
error: operator =: no conversion for assignment of `float complex matrix' to
indexed `complex matrix'
error: assignment failed, or no method for `matrix = float complex matrix'
error: called from:
error:   C:\Program Files
(x86)\Octave3.6.2_gcc4.6.2\share\octave\3.6.2\m\sparse\gmres.m at line 159,
column 15


or extra gmres2.m
error: operator =: no conversion for assignment of `float complex matrix' to
indexed `complex matrix'
error: assignment failed, or no method for `complex matrix = float complex
matrix'
error: called from:
error:   D:/MatOpt/DDA_toolbox/DDA\gmres2a.m at line 259, column 12

The problem seem to bee this lines:
V = zeros (n), m);
% u is complex
V(:, 1) = u;



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Di 18 Dez 2012 08:44:56 UTC  Name: gmres2.m  Size: 14kB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=27118>

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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