Skip to content
Commit 38aaea27 authored by Karl Rupp's avatar Karl Rupp
Browse files

Matrix: Use memory_write() instead of memory_create() whenever possible.

If a user has provided her own memory buffers, the use of copy() to update
the matrix should reside in the same user-provided buffer and not create a new one.
Also, memory_write() is usually faster than memory_create().
Fixes #77.
parent 04e31617
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment