Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Math-ConvexHull

Project: openSUSE_13.2

Repository: oss

Title: Calculate convex hulls using Graham's scan (n*log(n))

Description:
'Math::ConvexHull' is a simple module that calculates convex hulls from a
set of points in 2D space. It is a straightforward implementation of the
algorithm known as Graham's scan which, with complexity of O(n*log(n)), is
the fastest known method of finding the convex hull of an arbitrary set of
points. There are some methods of eliminating points that cannot be part of
the convex hull. These may or may not be implemented in a future version.

The implementation cannot deal with duplicate points. Therefore, points
which are very, very close (think floating point close) to the previous
point are dropped since version 1.02 of the module. However, if you pass in
randomly ordered data which contains duplicate points, this safety measure
might not help you. In that case, you will have to remove duplicates
yourself.

Version: 1.04

Release: 2.1.3

Architecture: noarch

Size: 11.1 KB

Build Time: 2014-10-06 15:21:19 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Math::ConvexHull) = 1.04
perl-Math-ConvexHull = 1.04...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl