23 Jan
2019
23 Jan
'19
8:33 a.m.
On Wed, Jan 23, 2019 at 9:08 AM Sven Baars <sven.wine(a)gmail.com> wrote:
I don't think this works properly, since inline matrix multiplication is not a thing. You'll need the temp matrix here, unless you're really lucky with the matrix values.
multiply_matrix() uses a temporary matrix to store results.