jblas-project / jblas

Linear Algebra for Java
http://jblas.org
BSD 3-Clause "New" or "Revised" License
590 stars 149 forks source link

Add rmmuli #131

Open pulquero opened 3 years ago

pulquero commented 3 years ago

Currently, you can't do in-place matrix multiplication where it overwrites the right operand: B.rmmuli(A) = A*B with B overwritten.