- YGetAudioStats
- 
current Audio values retrieving
- YGetMixerChannel
- 
Y mixer channel getting
- YGetMixerChannelQuad
- 
Y mixer channel getting
- YGetNextEvent
- 
event retrieving
- YGetPlaySoundObjectValues
- 
get playing sound object values
- YGetServerStats
- 
Y server statistics retrieving
- YGetSoundObjectAttributes
- 
Sound object attributes
- YIntro
- 
introduction to YLib
- YIPUnion
- 
IP address structures
- YMatchAudioModeValues
- 
Audio mode matching
- yn
- 
See y0.3posix
- YOpenConnection
- 
connect to Y server
- YPlayAudioCDTrack
- 
Audio CD track playing
- YPutBackEvent
- 
event management
- YRemoveHost
- 
Y host access list removing
- YSendClientMessage
- 
Client message sending
- YSetAudioModeValues
- 
Audio values setting
- YSetCycle
- 
Y server cycle interval setting
- YSetMixerChannel
- 
Y mixer channel setting
- YSetMixerChannelQuad
- 
Y mixer channel setting
- YSetPlaySoundObjectValues
- 
set playing sound object values
- YSHMCloseSound
- 
shared sound buffer closing
- YSHMOpenSound
- 
shared sound buffer opening
- YShutdownServer
- 
disconnects and shuts down Y server
- YStartPlaySoundObject
- 
sound object playing
- YStartPlaySoundObjectSimple
- 
sound object playing
- YStopAudioCD
- 
Audio CD stopping
- YSyncAll
- 
sync Y server execution
- YVolumeStruct
- 
volume structures
- zbdsqr
- 
compute the singular value decomposition (SVD) of a real N-by-N (upper or lower) bidiagonal matrix B
- ZBUFFER
- 
Stores 3d zbuffer information. Allegro game programming library.
- zdbtf2
- 
compute an LU factorization of a real m-by-n band matrix A without using partial pivoting with row interchanges
- zdbtrf
- 
compute an LU factorization of a real m-by-n band matrix A without using partial pivoting or row interchanges
- zdrot
- 
applies a plane rotation, where the cos and sin (c and s) are real and the vectors cx and cy are complex.
- zdrscl
- 
multiplie an n-element complex vector x by the real scalar 1/a
- zdttrf
- 
compute an LU factorization of a complex tridiagonal matrix A using elimination without partial pivoting
- zdttrsv
- 
solve one of the systems of equations  L * X = B, L**T * X = B, or L**H * X = B,
- zgbbrd
- 
reduce a complex general m-by-n band matrix A to real upper bidiagonal form B by a unitary transformation
- zgbcon
- 
estimate the reciprocal of the condition number of a complex general band matrix A, in either the 1-norm or the infinity-norm,
- zgbequ
- 
compute row and column scalings intended to equilibrate an M-by-N band matrix A and reduce its condition number
- zgbmv
- 
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,
- zgbrfs
- 
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
- zgbsv
- 
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
- zgbsvx
- 
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,
- zgbtf2
- 
compute an LU factorization of a complex m-by-n band matrix A using partial pivoting with row interchanges
- zgbtrf
- 
compute an LU factorization of a complex m-by-n band matrix A using partial pivoting with row interchanges
- zgbtrs
- 
solve a system of linear equations A * X = B, A**T * X = B, or A**H * X = B with a general band matrix A using the LU factorization computed by ZGBTRF
- zgebak
- 
form the right or left eigenvectors of a complex general matrix by backward transformation on the computed eigenvectors of the balanced matrix output by ZGEBAL
- zgebal
- 
balance a general complex matrix A
- zgebd2
- 
reduce a complex general m by n matrix A to upper or lower real bidiagonal form B by a unitary transformation