- std::__unary_plus
-
- std::__use_cache
-
- stdarg
-
Liste variable d'arguments.
- stderr
-
See stdin.3posix
- stdin
-
Flux d'entrées / sorties standards.
- stdin
-
standard I/O streams
- stdio
-
Bibliothèque standard de fonctions d'entrées-sorties.
- stdio_ext
-
Interfaces pour la structure FILE (stdio)
- StdLabels
-
Standard labeled libraries.
- StdLabels.Array
-
no description
- StdLabels.List
-
no description
- StdLabels.String
-
no description
- stdout
-
See stdin.3posix
- stgevc
-
compute some or all of the right and/or left generalized eigenvectors of a pair of real upper triangular matrices (A,B)
- stgex2
-
swap adjacent diagonal blocks (A11, B11) and (A22, B22) of size 1-by-1 or 2-by-2 in an upper (quasi) triangular matrix pair (A, B) by an orthogonal equivalence transformation
- stgexc
-
reorder the generalized real Schur decomposition of a real matrix pair (A,B) using an orthogonal equivalence transformation (A, B) = Q * (A, B) * Z',
- stgsen
-
reorder the generalized real Schur decomposition of a real matrix pair (A, B) (in terms of an orthonormal equivalence trans- formation Q' * (A, B) * Z), so that a selected cluster of eigenvalues appears in the leading diagonal blocks of the upper quasi-triangular matrix A and the upper triangular B
- stgsja
-
compute the generalized singular value decomposition (GSVD) of two real upper triangular (or trapezoidal) matrices A and B
- stgsna
-
estimate reciprocal condition numbers for specified eigenvalues and/or eigenvectors of a matrix pair (A, B) in generalized real Schur canonical form (or of any matrix pair (Q*A*Z', Q*B*Z') with orthogonal matrices Q and Z, where Z' denotes the transpose of Z
- stgsy2
-
solve the generalized Sylvester equation
- stgsyl
-
solve the generalized Sylvester equation
- Stone
-
In-memory storage for hierarchical tag/value data structures
- Stone::Cursor
-
Traverse tags and values of a Stone
- Stone::GB_Sequence
-
Specialized Access to GenBank Records
- stooop
-
Object oriented extension.
- stop_audio_stream
-
Destroys an audio stream when it is no longer required. Allegro game programming library.
- stop_midi
-
Stops whatever music is currently playing. Allegro game programming library.
- stop_sample
-
Kills off a sample. Allegro game programming library.
- stop_sound_input
-
Stops audio recording. Allegro game programming library.
- Storable
-
persistence for Perl data structures
- stparseargs
-
parse command line arguments
- stpcon
-
estimate the reciprocal of the condition number of a packed triangular matrix A, in either the 1-norm or the infinity-norm
- stpcpy
-
Copier une chaîne en renvoyant un pointeur sur sa fin.
- stpmv
-
perform one of the matrix-vector operations x := A*x, or x := A'*x,
- stpncpy
-
Copier une chaîne et pointer sur sa fin.
- stprfs
-
provide error bounds and backward error estimates for the solution to a system of linear equations with a triangular packed coefficient matrix
- stpsv
-
solve one of the systems of equations A*x = b, or A'*x = b,
- stptri
-
compute the inverse of a real upper or lower triangular matrix A stored in packed format
- stptrs
-
solve a triangular system of the form A * X = B or A**T * X = B,
- Str
-
Regular expressions and high-level string processing
- stracat
-
concatenate many strings into an allocated memory block
- stralloc_0
-
append \0 to a stralloc
- stralloc_append
-
append a character to a stralloc
- stralloc_cat
-
append data to a stralloc
- stralloc_catb
-
append data to a stralloc
- stralloc_catlong0
-
append an integer to a stralloc
- stralloc_catm
-
append string(s) to a stralloc
- stralloc_cats
-
append data to a stralloc
- stralloc_catulong0
-
append an integer to a stralloc
- stralloc_chomp
-
remove trailing CR, LF or CRLF