Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Math-ConvexHull-1.40.0-12.mga9 RPM for noarch

From Mageia Cauldron for x86_64 / media / core / release

Name: perl-Math-ConvexHull Distribution: Mageia
Version: 1.40.0 Vendor: Mageia.Org
Release: 12.mga9 Build date: Sun Mar 20 10:15:29 2022
Group: Development/Perl Build host: localhost
Size: 14367 Source RPM: perl-Math-ConvexHull-1.40.0-12.mga9.src.rpm
Packager: umeabot <umeabot>
Url: https://metacpan.org/release/Math-ConvexHull
Summary: Calculate convex hulls using Graham's scan
'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.

Provides

Requires

License

GPLv1+ or Artistic

Changelog

* Sun Mar 20 2022 umeabot <umeabot> 1.40.0-12.mga9
  + Revision: 1804368
  - Mageia 9 Mass Rebuild

Files

/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 19 04:08:02 2024