sunos man page for mlib_signaldtwkvectorfree_f32

Query: mlib_signaldtwkvectorfree_f32

OS: sunos

Section: 3mlib

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

mlib_SignalDTWKVectorFree_S16(3MLIB)			    mediaLib Library Functions			      mlib_SignalDTWKVectorFree_S16(3MLIB)

NAME
mlib_SignalDTWKVectorFree_S16, mlib_SignalDTWKVectorFree_F32 - clean up for K-best paths of vector data
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> void mlib_SignalDTWKVectorFree_S16(void *state); void mlib_SignalDTWKVectorFree_F32(void *state);
DESCRIPTION
Each of these functions frees the internal state structure for dynamic time warping (DTW) for K-best paths of vector data. This function cleans up the internal state structure and releases all memory buffers.
PARAMETERS
Each of the functions takes the following arguments: state Pointer to the internal state structure.
RETURN VALUES
None.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
mlib_SignalDTWKScalarInit_S16(3MLIB), mlib_SignalDTWKVectorInit_F32(3MLIB), mlib_SignalDTWKScalar_S16(3MLIB), mlib_SignalDTWKVec- tor_F32(3MLIB), mlib_SignalDTWKScalarPath_S16(3MLIB), mlib_SignalDTWKVectorPath_F32(3MLIB), attributes(5) SunOS 5.10 9 Nov 2004 mlib_SignalDTWKVectorFree_S16(3MLIB)
Related Man Pages
mlib_signaldtwvectorinit_f32(3mlib) - sunos
mlib_signaldtwkscalarinit_f32(3mlib) - opensolaris
mlib_signaldtwkscalarinit_s16(3mlib) - opensolaris
mlib_signaldtwkvectorinit_f32(3mlib) - opensolaris
mlib_signaldtwvectorinit_f32(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
Delete lines with a word and their above lines
The 500 Mile Email
Merge and Sort tabular data from different text files
Using awk to remove lines from file that match text
UNIX Environment Setup - (Just starting!)