jblas-project / jblas

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

performance of multiplying transposed matrix #68

Open lipiji opened 8 years ago

lipiji commented 8 years ago

Here is a problem which I am entangled with: http://stackoverflow.com/questions/22288888/multiplying-transposed-matrix-with-jblas

Then any tips to optimize this? Thanks.

mikiobraun commented 4 years ago

Yeah, BLAS supports multiplying in place, but I never exposed this to jblas. But one could have a custom function for multiplications of the form A^T B or AB^T