23 Jan
2019
23 Jan
'19
9:34 a.m.
On 23-01-19 09:33, Józef Kucia wrote:
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. Ah, I see. Sorry for the noise.