[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
On Saturday 11 October 2008 22:48:06 Scott Wheeler wrote:
> - MatrixBase::norm2() sounds like it should be an l2 norm (l2 norms in
> uBLAS are "norm_2", for instance). If that wasn't there in Eigen 1 it's
> probably worth changing. It's a little confusing having norm() and
> norm2() which would seem naturally to be an l1 and l2 norm. I'll add a
> docs comment there since that cost me a couple hours today.
norm2() is renamed to squaredNorm() as of r879658.
Cheerrs,
Benoit
---