<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>I wondered whether someone ever implemented a 'transpose'
      procedure for array2d.</p>
    <p>As there seems to be none, I have implemented a basic fallback
      here: <a class="moz-txt-link-freetext" href="https://github.com/fabnicol/RMercury/blob/library/ri.m">https://github.com/fabnicol/RMercury/blob/library/ri.m</a>, line
      1236. <br>
    </p>
    <p>[Note: the library itself is very much work in progress, with
      numerous issues and loose ends. I'm just quoting it for reference
      to 'transpose'.]<br>
    </p>
    <p>This works, but it is the basic <span class="pl-c"><span
          class="pl-c">Cate & Twigg formula. There are numerous
          better options around, perhaps someone knows of some free code
          around?<br>
        </span></span></p>
    <p><span class="pl-c"><span class="pl-c">Fabrice<br>
        </span></span></p>
    <p><br>
    </p>
  </body>
</html>