Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Math-ConvexHull | Distribution: openSUSE:Factory:zSystems |
Version: 1.04 | Vendor: openSUSE |
Release: 3.38 | Build date: Sun Jun 8 12:41:55 2014 |
Group: Development/Libraries/Perl | Build host: reproducible |
Size: 13678 | Source RPM: perl-Math-ConvexHull-1.04-3.38.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://search.cpan.org/dist/Math-ConvexHull/ | |
Summary: Calculate convex hulls using Graham's scan (n*log(n)) |
'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.
Artistic-1.0 or GPL-1.0+
* Sun Jun 08 2014 coolo@suse.com - initial package 1.04 * created by cpanspec 1.78.08
/usr/lib/perl5/vendor_perl/5.40.0/Math /usr/lib/perl5/vendor_perl/5.40.0/Math/ConvexHull.pm /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
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jan 14 23:24:16 2025