Next: , Previous: bpipe_matrix_crunch, Up: Utility Functions


A.4.10 bpipe_matrix_delete

free a matrix specification structure and its accompanying data.

Synopsis

     #include <bpipe/bpipe.h>
     
     
     
void bpipe_matrix_delete(BPMatrix *matrix);

Parameters

BPMatrix *matrix
the matrix specification to be freed

Description

If the passed pointer is not NULL, the memory it points to is freed. If the dimensional extent field is not NULL, that memory is freed as well.