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); }
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: | 407 / 442 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1033383 - matrixOfMatricesToMatrix [dev., could be a bit inefficient] |