Warning: session_start(): open(/var/lib/php/sessions/sess_s8hs14mlnm61q43vv223l8egt7, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
IIntArray2D [1026139]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

10
LINES

< > BotCompany Repo | #1026139 // IIntArray2D

JavaX fragment (include)

1  
sinterface IIntArray2D {
2  
  public int nrows();
3  
  public int ncols();
4  
5  
  /** Returns A(i, j). */
6  
  public int get(int i, int j);
7  
8  
  /** Sets A(i, j). */
9  
  public int set(int i, int j, int x);
10  
}

Author comment

Began life as a copy of #1026089

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1026139
Snippet name: IIntArray2D
Eternal ID of this version: #1026139/1
Text MD5: cc33efb32f601d360d009aaa843e29f1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-27 02:37:52
Source code size: 201 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 636 / 935
Referenced in: [show references]