Pages du manuel Linux : Fonctions des bibliothèques

cdk_misc
Curses Development Kit Miscellaneous Routines
cdk_objs
Cdk object-support functions
cdk_params
Cdk command-line parsing
cdk_position
curses widget positioning key-bindings
cdk_process
curses widget pre/post-processing
cdk_radio
Creates a managed curses radio list widget.
cdk_scale
Creates a managed curses scale widget.
cdk_screen
Cdk Screen and Widget Manipulation Functions
cdk_scroll
Creates a managed curses scrolling list widget.
cdk_selection
Creates a managed curses selection list widget.
cdk_slider
Creates a managed curses slider widget.
cdk_swindow
Creates a managed curses swindow widget.
cdk_template
Creates a managed curses template widget.
cdk_traverse
functions to support keyboard traversal
cdk_uscale
curses scale widget (type unsigned).
cdk_uslider
curses slider widget (type unsigned)
cdk_util
Cdk utility functions
cdk_viewer
Creates a managed curses viewer list widget.
cdt
container data types
cdttrf
compute an LU factorization of a complex tridiagonal matrix A using elimination without partial pivoting
cdttrsv
solve one of the systems of equations L * X = B, L**T * X = B, or L**H * X = B,
ceil
Plus petit entier supérieur ou égal à x.
ceil
ceiling value function
ceilf
See ceil.3posix
ceill
See ceil.3posix
CellsOfScreen
See BlackPixelOfScreen.3
centre_dialog
Centers an array of dialog objects. Allegro game programming library.
cerf
Fonctions d'erreurs complexes.
cexp
Fonctions exponentielles complexes.
cexp
complex exponential functions
cexp2
Exponentielles en base 2 de nombres complexes.
cexpf
See cexp.3posix
cexpl
See cexp.3posix
cfgetispeed
get input baud rate
cfgetospeed
get output baud rate
cfg_opt_t
Data structure holding information about an option.
cfg_t
Data structure holding information about a 'section'.
cfg_value_t
Data structure holding the value of a fundamental option value.
Cflow
find "interesting" flows in raw IP flow files
cfree
Libérer la mémoire allouée.
cfsetispeed
set input baud rate
cfsetospeed
set output baud rate
cgbbrd
reduce a complex general m-by-n band matrix A to real upper bidiagonal form B by a unitary transformation
cgbcon
estimate the reciprocal of the condition number of a complex general band matrix A, in either the 1-norm or the infinity-norm,
cgbequ
compute row and column scalings intended to equilibrate an M-by-N band matrix A and reduce its condition number
cgbmv
perform one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A'*x + beta*y, or y := alpha*conjg( A' )*x + beta*y,
cgbrfs
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
cgbsv
compute the solution to a complex 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
cgbsvx
use the LU factorization to compute the solution to a complex system of linear equations A * X = B, A**T * X = B, or A**H * X = B,
cgbtf2
compute an LU factorization of a complex m-by-n band matrix A using partial pivoting with row interchanges