SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Math-ConvexHull
Version : 1.40.0 Vendor : Mageia_Org
Release : 11.mga8 Date : 2020-02-12 06:36:51
Group : Development/Perl Source RPM : perl-Math-ConvexHull-1.40.0-11.mga8.src.rpm
Size : 0.01 MB
Packager : umeabot < umeabot>
Summary : Calculate convex hulls using Graham\'s scan
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.

EXPORT
None by default, but you may choose to have the \'convex_hull()\'
subroutine exported to your namespace using standard Exporter
semantics.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/armv7hl/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Math-ConvexHull-1.40.0-11.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Math-ConvexHull-1.40.0-11.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Math-ConvexHull-1.40.0-11.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Math-ConvexHull-1.40.0-11.mga8.noarch.rpm
     

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

Requires :
perl >= 0:5.006
perl(Data::Dumper)
perl(Exporter)
perl(List::Util)
perl(Test::More)
perl(constant)
perl(strict)
perl(warnings)
perl-base >= 2:5.30.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-Math-ConvexHull
/usr/share/doc/perl-Math-ConvexHull/Changes
/usr/share/doc/perl-Math-ConvexHull/META.yml
/usr/share/doc/perl-Math-ConvexHull/README
/usr/share/man/man3/Math::ConvexHull.3pm.xz
/usr/share/perl5/vendor_perl/Math
/usr/share/perl5/vendor_perl/Math/ConvexHull.pm

 
ICM