On Wed, Jan 23, 2019 at 9:08 AM Sven Baars sven.wine@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.