Q on Accessing multi-dimension arrays.

Dr. Hawkins dochawk at gmail.com
Thu Apr 26 18:51:48 EDT 2018


On Thu, Apr 26, 2018 at 11:58 AM, Mike Bonner via use-livecode <
use-livecode at lists.runrev.com> wrote:

> I had no clue you could do that!  Thank you!
>


Yeah, but if you're doing any level of *serious* matrix multiplication,
there's no substitute for Fortran: it's a basic feature of the language.
You can approach the speed by optimizing C, but you're putting in work for
what could come from "C=MATMUL(A,B)" (and you're not limited to
one-dimensional arrays, either).

-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462



More information about the use-livecode mailing list