static MatrixOfMatrices listOfListsToMatrixOfMatrices(int w1, int w2, LL l) { ret listToMatrix(w1, map(x -> listToMatrix(w2, x), l)); }