jblas-project / jblas

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

DoubleMatrix.mul(DoubleMatrix) documentation incorrect. #45

Closed GratefulTony closed 9 years ago

GratefulTony commented 10 years ago

Doc. says mul is in place, it actually creates a new object.

http://mikiobraun.github.io/jblas/javadoc/org/jblas/DoubleMatrix.html DoubleMatrix mul(DoubleMatrix other) Elementwise multiply by a matrix (in place).

mikiobraun commented 9 years ago

Fixed