Pages du manuel Linux : Fonctions des bibliothèques

pdgetf2
compute an LU factorization of a general M-by-N distributed matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1) using partial pivoting with row interchanges
pdgetrf
compute an LU factorization of a general M-by-N distributed matrix sub( A ) = (IA:IA+M-1,JA:JA+N-1) using partial pivoting with row interchanges
pdgetri
compute the inverse of a distributed matrix using the LU factorization computed by PDGETRF
pdgetrs
solve a system of distributed linear equations op( sub( A ) ) * X = sub( B ) with a general N-by-N distributed matrix sub( A ) using the LU factorization computed by PDGETRF
pdggqrf
compute a generalized QR factorization of an N-by-M matrix sub( A ) = A(IA:IA+N-1,JA:JA+M-1) and an N-by-P matrix sub( B ) = B(IB:IB+N-1,JB:JB+P-1)
pdggrqf
compute a generalized RQ factorization of an M-by-N matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1)
PDL
the Perl Data Language
PDL::AutoLoader
MatLab style AutoLoader for PDL
PDL::Bad
PDL does process bad values
PDL::Basic
PDL::Basic -- Basic utility functions for PDL
PDL::CallExt
call functions in external shared libraries
PDL::Char
PDL::Char -- PDL subclass which allows reading and writing of fixed-length character strings as byte PDLs
PDL::Complex
handle complex numbers
PDL::Core
fundamental PDL functionality
PDL::Dbg
functions to support debugging of PDL scripts
PDL::Dev
PDL development module
PDL::DiskCache
PDL::DiskCache -- Non-memory-resident array object
PDL::Doc
support for PDL online documentation
PDL::Doc::Perldl
commands for accessing PDL doc database from 'perldl' shell
PDL::Dumper
PDL::IO::Dumper -- data dumping for structs with PDLs
PDL::Exporter
PDL export control
PDL::FFT
FFTs for PDL
PDL::FFTW
PDL interface to the Fastest Fourier Transform in the West v2.x
PDL::Fit::Gaussian
routines for fitting gaussians
PDL::Func
useful functions
PDL::Gaussian
PDL::Gaussian -- Gaussian distributions.
PDL::Graphics2D
An object oriented interface to PDL graphics
PDL::Graphics::IIS
Display PDL images on IIS devices (saoimage/ximtool)
PDL::Graphics::Limits
derive limits for display purposes
PDL::Graphics::LUT
provides access to a number of look-up tables
PDL::Graphics::PGPLOT
PGPLOT enhanced interface for PDL
PDL::Graphics::PGPLOT::Window
A OO interface to PGPLOT windows
PDL::Graphics::PGPLOTOptions
Setting PGPLOT options
PDL::Graphics::PLplot
Object-oriented interface from perl/PDL to the PLPLOT plotting library
PDL::GSL::DIFF
PDL interface to numerical differentiation routines in GSL
PDL::GSL::INTEG
PDL interface to numerical integration routines in GSL
PDL::GSL::INTERP
PDL interface to Interpolation routines in GSL
PDL::GSL::RNG
PDL interface to RNG and randist routines in GSL
PDL::GSLSF::AIRY
PDL interface to GSL Special Functions
PDL::GSLSF::BESSEL
PDL interface to GSL Special Functions
PDL::GSLSF::CLAUSEN
PDL interface to GSL Special Functions
PDL::GSLSF::COULOMB
PDL interface to GSL Special Functions
PDL::GSLSF::COUPLING
PDL interface to GSL Special Functions
PDL::GSLSF::DAWSON
PDL interface to GSL Special Functions
PDL::GSLSF::DEBYE
PDL interface to GSL Special Functions
PDL::GSLSF::DILOG
PDL interface to GSL Special Functions
PDL::GSLSF::ELEMENTARY
PDL interface to GSL Special Functions
PDL::GSLSF::ELLINT
PDL interface to GSL Special Functions
PDL::GSLSF::ELLJAC
PDL interface to GSL Special Functions
PDL::GSLSF::ERF
PDL interface to GSL Special Functions