Closed dmcdougall closed 9 years ago
Documentation says it returns the square root of the 2-norm. The code says it returns the square of the 2-norm.
The norm2() method has consistent (and correct) code and documentation.
norm2()
@tnportone This would make a good first pull request.
Sorry, GitHub can't seem to find the right assignee.
Fixed in #315.
Documentation says it returns the square root of the 2-norm. The code says it returns the square of the 2-norm.
The
norm2()
method has consistent (and correct) code and documentation.