You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to efficient-java-matrix-library-discuss
Hi,
I have to multiply lots of matrices of fixed size. Is there a way to create a matrix for the result and have the product placed there each time? It would save a lot of unnecessary object creation for me.