- desktop_color_depth
-
Finds out the desktop color depth. Allegro game programming library.
- desktop_palette
-
The palette used by the Atari ST low resolution desktop. Allegro game programming library.
- DestinationListHandler
-
This class handles a list of destination addresses.
- DestinationListHandler_TransportAddress
-
- destroy
-
Destroy one or more windows
- destroy_bitmap
-
Destroys any type of created bitmap. Allegro game programming library.
- destroy_compiled_sprite
-
Destroys a compiled sprite. Allegro game programming library.
- destroy_font
-
Frees the memory being used by a font structure. Allegro game programming library.
- destroy_gfx_mode_list
-
Frees the list created by get_gfx_mode_list(). Allegro game programming library.
- destroy_midi
-
Destroys a MIDI structure when you are done with it. Allegro game programming library.
- destroy_rle_sprite
-
Destroys an RLE sprite. Allegro game programming library.
- destroy_sample
-
Destroys a sample structure when you are done with it. Allegro game programming library.
- destroy_scene
-
Deallocates the memory used by a scene. Allegro game programming library.
- destroy_zbuffer
-
Destroys a Z-buffer. Allegro game programming library.
- des_crypt
-
Cryptage DES rapide.
- DetachPids
-
manage child processes in background
- details
-
- detect_digi_driver
-
Detects whether the specified digital sound device is available. Allegro game programming library.
- detect_midi_driver
-
Detects whether the specified MIDI sound device is available. Allegro game programming library.
- dets
-
A Disk Based Term Storage
- Devel::CoreStack
-
try to generate a stack dump from a core file
- Devel::DProf
-
a Perl code profiler
- Devel::GraphVizProf
-
per-line Perl profiler (with graph output)
- Devel::Loaded
-
Post-execution dump of loaded modules
- Devel::Peek
-
A data debugging tool for the XS programmer
- Devel::PPPort
-
Perl/Pollution/Portability
- Devel::ptkdb
-
Perl debugger using a Tk GUI
- Devel::SelfStubber
-
generate stubs for a SelfLoading module
- Devel::StackTrace
-
Stack trace and stack trace frame objects
- Devel::Symdump
-
dump symbol names or the symbol table
- Device::SerialPort
-
Linux/POSIX emulation of Win32::SerialPort functions.
- devices
-
- dexec
-
Execute deterministic finite automatons
- dexec.h
-
Contains a robust API for running sub processes with STDOUT and STDERR redirected to syslog.
- dfork.h
-
Contains an API for doing a daemonizing fork().
- dgbbrd
-
reduce a real general m-by-n band matrix A to upper bidiagonal form B by an orthogonal transformation
- dgbcon
-
estimate the reciprocal of the condition number of a real general band matrix A, in either the 1-norm or the infinity-norm,
- dgbequ
-
compute row and column scalings intended to equilibrate an M-by-N band matrix A and reduce its condition number
- dgbmv
-
perform one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A'*x + beta*y,
- dgbrfs
-
improve the computed solution to a system of linear equations when the coefficient matrix is banded, and provides error bounds and backward error estimates for the solution
- dgbsv
-
compute the solution to a real system of linear equations A * X = B, where A is a band matrix of order N with KL subdiagonals and KU superdiagonals, and X and B are N-by-NRHS matrices
- dgbsvx
-
use the LU factorization to compute the solution to a real system of linear equations A * X = B, A**T * X = B, or A**H * X = B,
- dgbtf2
-
compute an LU factorization of a real m-by-n band matrix A using partial pivoting with row interchanges
- dgbtrf
-
compute an LU factorization of a real m-by-n band matrix A using partial pivoting with row interchanges
- dgbtrs
-
solve a system of linear equations A * X = B or A' * X = B with a general band matrix A using the LU factorization computed by DGBTRF
- dgebak
-
form the right or left eigenvectors of a real general matrix by backward transformation on the computed eigenvectors of the balanced matrix output by DGEBAL
- dgebal
-
balance a general real matrix A
- dgebd2
-
reduce a real general m by n matrix A to upper or lower bidiagonal form B by an orthogonal transformation
- dgebrd
-
reduce a general real M-by-N matrix A to upper or lower bidiagonal form B by an orthogonal transformation
- dgecon
-
estimate the reciprocal of the condition number of a general real matrix A, in either the 1-norm or the infinity-norm, using the LU factorization computed by DGETRF