- pdtrtri
- 
compute the inverse of a upper or lower triangular distributed matrix sub( A ) = A(IA:IA+N-1,JA:JA+N-1)
- pdtrtrs
- 
solve a triangular system of the form   sub( A ) * X = sub( B ) or sub( A )**T * X = sub( B ),
- pdtzrzf
- 
reduce the M-by-N ( M<=N ) real upper trapezoidal matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1) to upper triangular form by means of orthogonal transformations
- pdzsum1
- 
return the sum of absolute values of a complex distributed vector sub( X ) in ASUM,
- pem
- 
PEM routines
- Perl6::Export
- 
Implements the Perl 6 'is export(...)' trait
- Perl6::Form
- 
Implements the Perl 6 'form' built-in
- Perl6::Pugs
- 
A Perl 6 Implementation
- Perl6::Slurp
- 
Implements the Perl 6 'slurp' built-in
- Perl::Tidy
- 
Parses and beautifies perl source
- Perldoc::Search
- 
Index and Search local Perl Documentation
- PerlIO
- 
On demand loader for PerlIO layers and root of PerlIO::* name space
- PerlIO::encoding
- 
encoding layer
- PerlIO::eol
- 
PerlIO layer for normalizing line endings
- PerlIO::scalar
- 
in-memory IO, scalar IO
- PerlIO::via
- 
Helper class for PerlIO layers implemented in perl
- PerlIO::via::dynamic
- 
dynamic PerlIO layers
- PerlIO::via::QuotedPrint
- 
PerlIO layer for quoted-printable strings
- PerlIO::via::symlink
- 
PerlIO layers for create symlinks
- PerlPanel::DesktopEntry
- 
an interface to .desktop files for the PerlPanel.
- PerlPanel::MenuBase
- 
a base class for PerlPanel menu applets.
- perlpod
- 
the Plain Old Documentation format
- perlpodspec
- 
Plain Old Documentation: format specification and notes
- perror
- 
Affiche un message d'erreur.
- perror
- 
write error messages to standard error
- persist.h
- 
Persistence library classes.
- persp_project
- 
Projects a 3d point into 2d screen space. Allegro game programming library.
- persp_project_f
- 
See persp_project.3alleg
- Pervasives
- 
The initially opened module.
- Pervasives.LargeFile
- 
Operations on large files.
- Petal
- 
Perl Template Attribute Language - TAL for Perl!
- Petal::Cookbook
- 
Recipes for building templates with Petal
- Petal::Deprecated
- 
Documents Petal's deprecated syntax.
- Petal::Hash::Test
- 
Test and Tutorial Petal modifier
- Petal::I18N
- 
Attempt at implementing ZPT I18N for Petal
- pg
- 
Distributed, Named Process Groups
- Pg
- 
Perl5 extension for PostgreSQL
- pg2
- 
Distributed Named Process Groups
- PGABuildDatatype
- 
Build an MPI datatype for string p in population pop.
- PGAChange
- 
Repeatedly apply mutation to a string (with an increasing
mutation rate) until one or more mutations have occurred.  This routine is
usually used with PGADuplicate to modify a duplicate string.  It is not
intended to replace PGAMutation
- PGACheckStoppingConditions
- 
returns boolean to indicate if the PGAPack
termination conditions -- PGA_STOP_MAXITER, PGA_STOP_TOOSIMILAR, 
PGA_STOP_NOCHANGE -- have been met.
- PGACheckSum
- 
maps a string to a number to be used a verification check
PGA_DATATYPE_USER is not supported.
- PGAClearDebugLevel
- 
Turn off a debul level.  Only valid if PGAPack
was compiled to include debugging calls.  See the user guide for details.
- PGAClearDebugLevelByName
- 
Turn off debugging of the named function.
- PGACopyIndividual
- 
copies string p1 in population pop1 to position p2 in
population pop2
- PGACreate
- 
creates an uninitialized context variable.  The Fortran version
of this function call contains only the last three arguments
- PGACrossover
- 
performs crossover on two parent strings to create two
child strings (via side-effect).  The type of crossover performed is
either the default or that specified by PGASetCrossoverType
- PGADebugPrint
- 
Write debugging information
- PGADestroy
- 
deallocate memory for this instance of PGAPack, if this context
initialized MPI, finalize MPI as well.
- PGADone
- 
Returns PGA_TRUE if the stopping conditions have been met,
otherwise returns false.  Calls exactly one of the user defined C or
fortran or system (PGACheckStoppingConditions) stopping condition functions.