vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
373 stars 108 forks source link

Implement toString()? #196

Closed SamoylovMD closed 10 years ago

SamoylovMD commented 10 years ago

I suppose it can be a useful thing for users to have a simple method for fast printing vectors and matrices, i.e. toString(). Also, why don't we have equals() method?

vkostyukov commented 10 years ago

There are AbstractMatrix.toString() and AbstractMatrix.equals() methods as well.

SamoylovMD commented 10 years ago

Right.