Closed Langlaeufer closed 8 years ago
Bug (copy paste error) for adding DenseMatrix to SparseMatrixLil
SparseMatrixLil.java
public DenseMatrix add( DenseMatrix second ) { return toDense().sub(second); }
Ooops! :-P
Bug (copy paste error) for adding DenseMatrix to SparseMatrixLil
SparseMatrixLil.java
public DenseMatrix add( DenseMatrix second ) { return toDense().sub(second); }