fommil / matrix-toolkits-java

:rocket: High Performance Linear Algebra OOP
GNU Lesser General Public License v3.0
362 stars 104 forks source link

Fixed typo in CompColMatrix constructor javadocs. #75

Closed harveywi closed 8 years ago

harveywi commented 8 years ago

Fixed a typo in the javadoc comment of one of the CompColMatrix constructors. Since this is a compressed column storage matrix, the "nz" parameter should contain the nonzero row indices on each column.