Closed SamoylovMD closed 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?
There are AbstractMatrix.toString() and AbstractMatrix.equals() methods as well.
AbstractMatrix.toString()
AbstractMatrix.equals()
Right.
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?