Next: bpipe_matrix_dup, Previous: bpipe_matrix_crunch, Up: Utility Functions
free a matrix specification structure and its accompanying data.
#include <bpipe/bpipe.h>void bpipe_matrix_delete(BPMatrix *matrix);
BPMatrix *matrix
- the matrix specification to be freed
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.