static L intMatrixToByteList_littleEndian(Matrix m) { ret intListToByteList_littleEndian(matrixToList(m)); }