Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Math-ConvexHull-MonotoneChain | Distribution: Fedora Project |
Version: 0.01 | Vendor: Fedora Project |
Release: 39.fc40 | Build date: Thu Jan 25 19:10:39 2024 |
Group: Unspecified | Build host: buildvm-a64-21.iad2.fedoraproject.org |
Size: 203598 | Source RPM: perl-Math-ConvexHull-MonotoneChain-0.01-39.fc40.src.rpm |
Packager: Fedora Project | |
Url: https://metacpan.org/release/Math-ConvexHull-MonotoneChain | |
Summary: Monotone chain algorithm for finding a convex hull in 2D |
This is somewhat experimental still. This (XS) module optionally exports a single function C<convex_hull> which calculates the convex hull of the input points and returns it. The algorithm is C<O(n log n)> due to having to sort the input list, but should be somewhat faster than a plain Graham's scan (also C<O(n log n)>) in practice since it avoids polar coordinates.
GPL-1.0-or-later OR Artistic-1.0-Perl
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.01-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.01-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 0.01-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Jitka Plesnikova <[email protected]> - 0.01-36 - Perl 5.38 rebuild * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.01-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jul 27 2022 Jitka Plesnikova <[email protected]> - 0.01-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon May 30 2022 Jitka Plesnikova <[email protected]> - 0.01-33 - Perl 5.36 rebuild
/usr/lib/.build-id /usr/lib/.build-id/26 /usr/lib/.build-id/26/c77721e636491af423b8c7f67b5711797fdf6f /usr/lib64/perl5/vendor_perl/Math /usr/lib64/perl5/vendor_perl/Math/ConvexHull /usr/lib64/perl5/vendor_perl/Math/ConvexHull/MonotoneChain.pm /usr/lib64/perl5/vendor_perl/auto/Math /usr/lib64/perl5/vendor_perl/auto/Math/ConvexHull /usr/lib64/perl5/vendor_perl/auto/Math/ConvexHull/MonotoneChain /usr/lib64/perl5/vendor_perl/auto/Math/ConvexHull/MonotoneChain/MonotoneChain.so /usr/share/doc/perl-Math-ConvexHull-MonotoneChain /usr/share/doc/perl-Math-ConvexHull-MonotoneChain/Changes /usr/share/man/man3/Math::ConvexHull::MonotoneChain.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 23:47:10 2024