Matrix multiplication function?

151 views Asked by At

How do you write a matrix multiplication function? Takes two matrices outputs one. The documentation on assemblyscript.org is pretty short, Float64Array though is a valid type among these but that's 1D so...

1

There are 1 answers

0
sirwillem On

AssemblyScript's stdlib is modeled after JavaScript's stdlib, so there are no matrix operations. However, here is a library that might work for you: https://github.com/JustinParratt/big-mult