SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Math-ConvexHull rpm build for : OpenSuSE. For other distributions click perl-Math-ConvexHull.

Name : perl-Math-ConvexHull
Version : 1.04 Vendor : openSUSE
Release : bp154.2.1 Date : 2022-07-23 22:42:43
Group : Development/Libraries/Perl Source RPM : perl-Math-ConvexHull-1.04-bp154.2.1.src.rpm
Size : 0.01 MB
Packager : https://bugs_opensuse_org
Summary : 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.

RPM found in directory: /vol/rzm3/linux-opensuse/ports/armv7hl/distribution/leap/15.5/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Math-ConvexHull-1.04-bp154.2.1.noarch.rpm
ftp.icm.edu.pl  perl-Math-ConvexHull-1.04-bp154.2.1.noarch.rpm
     

Provides :
perl(Math::ConvexHull)
perl-Math-ConvexHull

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Math
/usr/lib/perl5/vendor_perl/5.26.1/Math/ConvexHull.pm
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi
/usr/share/doc/packages/perl-Math-ConvexHull
/usr/share/doc/packages/perl-Math-ConvexHull/Changes
/usr/share/doc/packages/perl-Math-ConvexHull/README
/usr/share/man/man3/Math::ConvexHull.3pm.gz

 
ICM