The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "permutation"

Math::Permutation - pure Perl implementation of functions related to the permutations River stage zero No dependents

CYFUNG/Math-Permutation - 06 Apr 2023 13:36:47 UTC - Search in distribution

Math::GSL::Permutation - functions for creating and manipulating permutations River stage one • 5 direct dependents • 6 total dependents

Here is a list of all the functions included in this module : gsl_permutation_alloc($n) - return a newly allocated permutation of size $n gsl_permutation_calloc($n) - return a newly allocated permutation of size $n which is initialized to the identit...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC - Search in distribution

Text::Glob::Expand::Permutation - describes one possible expansion of a glob pattern River stage zero No dependents

WULEE/Text-Glob-Expand-1.1.1 - 04 Jun 2014 22:31:59 UTC - Search in distribution

Algorithm::Evolutionary::Op::Permutation - Per-mutation. Got it? River stage one • 3 direct dependents • 4 total dependents

Class independent permutation operator; any individual that has the "_str" instance variable (like Algorithm::Evolutionary::Individual::String and Algorithm::Evolutionary::Individual::BitString) will have some of its elements swapped. Each string of ...

JMERELO/Algorithm-Evolutionary-0.82.1 - 29 Mar 2021 11:30:17 UTC - Search in distribution

PDL::PP - Generate PDL routines from concise descriptions River stage three • 93 direct dependents • 101 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

perlepigraphs - list of Perl release epigraphs River stage five • 11292 direct dependents • 32664 total dependents

Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

bioaln - Alignment manipulations based on BioPerl River stage zero No dependents

bioaln performs common, routine manipulations of sequence alignments based on BioPerl modules including Bio::AlignIO, Bio::SimpleAlign and Bio::Align::Utilities. By default, bioaln assumes that both the input and the output files are in CLUSTALW form...

YZHERNAND/Bio-BPWrapper-1.15 - 27 Feb 2024 16:55:31 UTC - Search in distribution

Acme::Tools - Lots of more or less useful subs lumped together and exported into your namespace River stage one • 1 direct dependent • 1 total dependent

Subs created and collected since the mid-90s....

KJETIL/Acme-Tools-0.27 - 05 Feb 2020 16:25:50 UTC - Search in distribution

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Mojo::DOM58 - Minimalistic HTML/XML DOM parser with CSS selectors River stage two • 24 direct dependents • 43 total dependents

Mojo::DOM58 is a minimalistic and relaxed pure-perl HTML/XML DOM parser based on Mojo::DOM. It supports the HTML Living Standard <https://html.spec.whatwg.org/> and Extensible Markup Language (XML) 1.0 <https://www.w3.org/TR/xml/>, and matching based...

DBOOK/Mojo-DOM58-3.001 - 16 Jun 2021 05:30:08 UTC - Search in distribution

Sidef::Types::Number::Number River stage one • 1 direct dependent • 1 total dependent

The "Number" class implements support for numerical operations, supporting integers, rationals, floating-points and complex numbers at arbitrary precision. This class also implements many useful mathematical methods, from basic arithmetical operation...

TRIZEN/Sidef-24.01 - 06 Jan 2024 17:09:42 UTC - Search in distribution

Win32::UTCFileTime - Get/set UTC file times with stat/utime on Win32 River stage zero No dependents

NOTE: In Perl 5.33.5, the built-in "stat()" and "utime()" functions were rewritten (and a proper implementation of "lstat()" was added) in such a way that the UTC file time handling is now correct (including the case of "utime()" being used on direct...

SHAY/Win32-UTCFileTime-1.60 - 23 Dec 2020 11:00:10 UTC - Search in distribution

Math::BLAS - basic linear algebra subroutines River stage one • 1 direct dependent • 1 total dependent

General Conventions Notation The following notation is used in this document. * *A*, *B*, and *C* are matrices * *D* is a diagonal matrix * *P* is a permutation matrix * op(*A*) denotes *A* or *A*' * *A*' is the transpose matrix of *A* * *u*, *v*, *w...

RALPH/Math-BLAS-1.02 - 23 Jan 2022 19:57:23 UTC - Search in distribution

Text::Bidi - Unicode bidi algorithm using libfribidi River stage zero No dependents

This module provides basic support for the Unicode bidirectional (Bidi) text algorithm, for displaying text consisting of both left-to-right and right-to-left written languages (such as Hebrew and Arabic.) It does so via a *swig* interface file to th...

KAMENSKY/Text-Bidi-2.18 - 04 Jul 2022 08:25:51 UTC - Search in distribution

Digest::SHA3 - Perl extension for SHA-3 River stage three • 7 direct dependents • 154 total dependents

Digest::SHA3 is written in C for speed. If your platform lacks a C compiler, perhaps you can find the module in a binary form compatible with your particular processor and operating system. The programming interface is easy to use: it's the same one ...

MSHELOR/Digest-SHA3-1.05 - 08 Aug 2022 18:58:19 UTC - Search in distribution

Locale::KeyedText River stage zero No dependents

Introduction Many times during a program's operation, the program (or a package it uses) will need to display a message to the user, or generate a message to be shown to the user. Sometimes this is an error message of some kind, but it could also be ...

DUNCAND/Locale-KeyedText-2.1.1 - 21 Oct 2019 06:30:51 UTC - Search in distribution

List::Vectorize - functions to make vectorized calculation easy. River stage one • 3 direct dependents • 3 total dependents

The module implements some functions in R style. The motivation is to help perl programming vectorized. And the module also provides a lot of functions to do basic statistic work. Apply family functions Apply family functions in R are used to apply f...

JOKERGOO/List-Vectorize-1.05 - 25 Jul 2012 14:42:14 UTC - Search in distribution

Math::Prime::Util::GMP - Utilities related to prime numbers and factoring, using GMP River stage one • 2 direct dependents • 6 total dependents

A module for number theory in Perl using GMP. This includes primality tests, getting primes in a range, factoring, and more. While it certainly can be used directly, the main purpose of this module is for Math::Prime::Util. That module will automatic...

DANAJ/Math-Prime-Util-GMP-0.52 - 22 Jun 2020 09:19:08 UTC - Search in distribution

AI::TensorFlow::Libtensorflow::Manual::CAPI - List of functions exported by TensorFlow C API River stage zero No dependents

The following a list of functions exported by the TensorFlow C API with their associated documentation from the upstream TensorFlow project. It has been converted to POD for easy reference....

ZMUGHAL/AI-TensorFlow-Libtensorflow-0.0.7 - 05 Oct 2023 05:37:08 UTC - Search in distribution

Text::Glob::DWIW - Yet another Text::Glob{::Expand,} River stage zero No dependents

"Text::Glob::DWIW" implements "glob"(3) style expansion and also matching against text. If you want to look at usage examples first, jump to the "textglob_expand" explanation at the start of the FUNCTIONS section....

JOSEF/Text-Glob-DWIW-0.01 - 31 Dec 2013 16:14:58 UTC - Search in distribution
81 results (0.059 seconds)