static L<Byte> intMatrixToByteList_littleEndian(Matrix<Int> m) {
  ret intListToByteList_littleEndian(matrixToList(m));
}