Pages du manuel Linux : Fonctions des bibliothèques

PDF::API2::Resource::BaseFont
Font resource object for PDF::API2
PDF::API2::Resource::CIDFont
CID-Font object for PDF::API2
PDF::API2::Resource::CIDFont::CJKFont
A CJK-Font object for PDF::API2
PDF::API2::Resource::CIDFont::TrueType
TrueType Font object for PDF::API2
PDF::API2::Resource::ColorSpace
PDF::API2::Resource::ColorSpace
PDF::API2::Resource::ColorSpace::Indexed
Indexed colorspace object for PDF::API2
PDF::API2::Resource::ColorSpace::Indexed::ACTFile
Colorspace object from an Adobe Color Table file for PDF::API2
PDF::API2::Resource::ColorSpace::Indexed::Hue
Colorspace object based on various hues for PDF::API2
PDF::API2::Resource::ColorSpace::Indexed::WebColor
Colorspace object created from the Web color palette of PDF::PAI2 Returns a new colorspace object created from the web color palette. Returns a indexed color-space object. This method is different from 'new' that it needs an PDF::API2-object rather than a Text::PDF::File-object.
PDF::API2::Resource::ExtGState
Extgstate object for PDF::API2
PDF::API2::Resource::Font
Encodes the font in the specified byte-ordering
PDF::API2::Resource::Font::BdFont
Module for using bitmapped Fonts.
PDF::API2::Resource::Font::CoreFont
Module for using the 14 PDF built-in Fonts.
PDF::API2::Resource::Font::Postscript
Adope type1 font object for PDF::API2
PDF::API2::Resource::Font::SynFont
Module for using synthetic Fonts.
PDF::API2::Resource::XObject
XObject-resource object for PDF::API2
PDF::API2::Resource::XObject::Form
Form-resource object base class for PDF::API2
PDF::API2::Resource::XObject::Form::Hybrid
Hybrid-form content for PDF::API2
PDF::API2::Resource::XObject::Image
PDF::API2::Resource::XObject::Image
PDF::API2::Resource::XObject::Image::GIF
GIF-image object for PDF::API2
PDF::API2::Resource::XObject::Image::JPEG
JPEG-Image object for PDF::API2
PDF::API2::Resource::XObject::Image::PNG
PNG-image object for PDF::API2
PDF::API2::Resource::XObject::Image::PNM
PNM-Image object for PDF::API2
PDF::API2::Resource::XObject::Image::TIFF
TIFF-Image object for PDF::API2
PDF::API2::Util
utility package for often use methods across the package.
PDF::API2::Version
PDF::API2::Version
PDF::Report
pdgbsv
solve a system of linear equations A(1:N, JA:JA+N-1) * X = B(IB:IB+N-1, 1:NRHS)
pdgbtrf
compute a LU factorization of an N-by-N real banded distributed matrix with bandwidth BWL, BWU
pdgbtrs
solve a system of linear equations A(1:N, JA:JA+N-1) * X = B(IB:IB+N-1, 1:NRHS)
pdgebd2
reduce a real general M-by-N distributed matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1) to upper or lower bidiagonal form B by an orthogonal transformation
pdgebrd
reduce a real general M-by-N distributed matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1) to upper or lower bidiagonal form B by an orthogonal transformation
pdgecon
estimate the reciprocal of the condition number of a general distributed real matrix A(IA:IA+N-1,JA:JA+N-1), in either the 1-norm or the infinity-norm, using the LU factorization computed by PDGETRF
pdgeequ
compute row and column scalings intended to equilibrate an M-by-N distributed matrix sub( A ) = A(IA:IA+N-1,JA:JA:JA+N-1) and reduce its condition number
pdgehd2
reduce a real general distributed matrix sub( A ) to upper Hessenberg form H by an orthogonal similarity transforma- tion
pdgehrd
reduce a real general distributed matrix sub( A ) to upper Hessenberg form H by an orthogonal similarity transforma- tion
pdgelq2
compute a LQ factorization of a real distributed M-by-N matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1) = L * Q
pdgelqf
compute a LQ factorization of a real distributed M-by-N matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1) = L * Q
pdgels
solve overdetermined or underdetermined real linear systems involving an M-by-N matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1),
pdgeql2
compute a QL factorization of a real distributed M-by-N matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1) = Q * L
pdgeqlf
compute a QL factorization of a real distributed M-by-N matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1) = Q * L
pdgeqpf
compute a QR factorization with column pivoting of a M-by-N distributed matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1)
pdgeqr2
compute a QR factorization of a real distributed M-by-N matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1) = Q * R
pdgeqrf
compute a QR factorization of a real distributed M-by-N matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1) = Q * R
pdgerfs
improve the computed solution to a system of linear equations and provides error bounds and backward error estimates for the solutions
pdgerq2
compute a RQ factorization of a real distributed M-by-N matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1) = R * Q
pdgerqf
compute a RQ factorization of a real distributed M-by-N matrix sub( A ) = A(IA:IA+M-1,JA:JA+N-1) = R * Q
pdgesv
compute the solution to a real system of linear equations sub( A ) * X = sub( B ),
pdgesvd
compute the singular value decomposition (SVD) of an M-by-N matrix A, optionally computing the left and/or right singular vectors
pdgesvx
use the LU factorization to compute the solution to a real system of linear equations A(IA:IA+N-1,JA:JA+N-1) * X = B(IB:IB+N-1,JB:JB+NRHS-1),