bugGNU Octave - Bugs: bug #44881, java: unable to reshape javaArray

 
 

bug #44881: java: unable to reshape javaArray

Submitter:  Carnë Draug <carandraug>
Submitted:  Sun 19 Apr 2015 10:55:37 PM UTC
   
 
Category:  Interpreter Severity:  1 - Wish
Priority:  3 - Low Item Group:  None
Status:  None Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * 4.0.0 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 02 Jun 2015 04:41:17 PM UTC, comment #3: 

Retagging release from 4.0.0-rc2 to 4.0.0.

John W. Eaton <jwe>
Group administrator
Mon 20 Apr 2015 03:16:35 PM UTC, comment #2: 

I changed the priority to low since Matlab doesn't support this syntax either.

Rik <rik5>
Group administrator
Mon 20 Apr 2015 10:03:52 AM UTC, comment #1: 

I got this tested in Matlab and seems like it doesn't work there either. Note sure if others think would be useful though.

Carnë Draug <carandraug>
Group Member
Sun 19 Apr 2015 10:55:37 PM UTC, original submission:  

The function reshape is unable to handle java arrays.

Example:


octave> a = javaArray ("java.lang.Short",4);
octave> reshape (a, [2 2]);
error: octave_base_value::reshape (): wrong type argument 'octave_java'


Carnë Draug <carandraug>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by carandraug (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-06-02 jwe Release4.0.0-rc2 4.0.0
    2015-04-20 rik5 Priority5 - Normal 3 - Low
    2015-04-20 carandraug CategoryNone Interpreter
        Severity3 - Normal 1 - Wish

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code