[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Manipulating changes of dimensions

Function: void ap_dimchange_init (ap_dimchange_t* dimchange, size_t intdim, size_t realdim)
Function: void ap_dimchange_clear (ap_dimchange_t* dimchange)
Initialize and clear a dimchange structure.

Function: ap_dimchange_t* ap_dimchange_alloc (size_t intdim, size_t realdim)
Function: void ap_dimchange_free (ap_dimchange_t* dimchange)
Allocate and free a dimchange structure.

Function: void ap_dimchange_fprint (FILE* stream, ap_dimchange_t* dimchange)
Print the change of dimension.

Function: void ap_dimchange_add_invert (ap_dimchange_t* dimchange)
Assuming that dimchange is a transformation for the addition of dimensions, invert it to obtain the inverse transformation for removing dimensions.



This document was generated on October, 31 2007 using texi2html