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

5
LINES

< > BotCompany Repo | #1033383 // matrixOfMatricesToMatrix [dev., could be a bit inefficient]

JavaX fragment (include)

static <A> Matrix<A> matrixOfMatricesToMatrix(MatrixOfMatrices<A> mm, int rows) {
  if (mm == null) null;
  ret new Matrix {
  };
}

Author comment

Began life as a copy of #1033130

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033383
Snippet name: matrixOfMatricesToMatrix [dev., could be a bit inefficient]
Eternal ID of this version: #1033383/3
Text MD5: a884cad844beeb515d30b84f90278761
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:32:30
Source code size: 135 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 81 / 93
Version history: 2 change(s)
Referenced in: [show references]