hughperkins / jeigen

Java wrapper for Eigen C++ fast matrix library
Other
106 stars 31 forks source link

bug sparse.add(dense) #11

Closed Langlaeufer closed 8 years ago

Langlaeufer commented 8 years ago

Bug (copy paste error) for adding DenseMatrix to SparseMatrixLil

SparseMatrixLil.java

public DenseMatrix add( DenseMatrix second ) { return toDense().sub(second); }

hughperkins commented 8 years ago

Ooops! :-P