Libraryless. Click here for Pure Java version (5335L/29K).
1 | static <A> MatrixOfMatrices<A> listOfListsToMatrixOfMatrices_rows(int h1, int h2, LL<A> l) { |
2 | ret listToMatrix_rows(h1, map(x -> listToMatrix_rows(h2, x), l)); |
3 | } |
Began life as a copy of #1033375
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033378 |
Snippet name: | listOfListsToMatrixOfMatrices_rows - supply row counts instead of column counts |
Eternal ID of this version: | #1033378/3 |
Text MD5: | 0ff5f80f51b9c9b48e807fd94830cd2f |
Transpilation MD5: | 60887075dfd2a307c60b52905a5f8c75 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-27 00:07:13 |
Source code size: | 164 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 129 / 191 |
Version history: | 2 change(s) |
Referenced in: | [show references] |