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

5
LINES

< > BotCompany Repo | #1033130 // matrixToMNGrid_rows

JavaX fragment (include)

static <A> Matrix<Matrix<A>> matrixToMNGrid_rows(Matrix<A> m, int rows) {
  if (m == null) null;
  int cols = widthForHeight(m.getWidth(), m.getHeight(), rows);
  ret matrixToMNGrid(m, cols, rows);
}

Author comment

Began life as a copy of #1033125

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033130
Snippet name: matrixToMNGrid_rows
Eternal ID of this version: #1033130/1
Text MD5: 991663bc65e498ec89d6ef268abae818
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-15 16:43:11
Source code size: 203 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 110 / 133
Referenced in: [show references]