jblas-project / jblas

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

public DoubleMatrix(int len) - documentation incorrect #60

Closed boscogh closed 9 years ago

boscogh commented 9 years ago

It says it creates a row vector, while in reality it does create a column vector - i.e. many rows with 1 column.

mikiobraun commented 9 years ago

Ok, should be fixed now...