Added infinity norm to vector class
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@340 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -461,6 +461,12 @@ public:
|
||||
#endif
|
||||
}
|
||||
|
||||
/// compute l8_norm
|
||||
inline Scalar l8_norm() const
|
||||
{
|
||||
return max_abs();
|
||||
}
|
||||
|
||||
//@}
|
||||
|
||||
//------------------------------------------------------------ max, min, mean
|
||||
|
||||
Reference in New Issue
Block a user