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-MonotoneChain

Project: openSUSE_13.2

Repository: oss

Title: Andrew's monotone chain algorithm for finding a convex hull in 2D

Description:
This is somewhat experimental still.

This (XS) module optionally exports a single function 'convex_hull' which
calculates the convex hull of the input points and returns it. The
algorithm is 'O(n log n)' due to having to sort the input list, but should
be somewhat faster than a plain Graham's scan (also 'O(n log n)') in
practice since it avoids polar coordinates.

Version: 0.01

Release: 2.1.3

Architecture: x86_64

Size: 12 KB

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

Provides

Symbol Required by
MonotoneChain.so()(64bit)
perl(Math::ConvexHull::Mono...
perl-Math-ConvexHull-Monoto...
perl-Math-ConvexHull-Monoto...

Requires

Symbol Provided by
libc.so.6()(64bit) glibc
libc.so.6(GLIBC_2.2.5)(64bit) glibc
perl(:MODULE_COMPAT_5.20.1) perl
perl(Test::More) >= 0.88 perl perl-Test-Simple