MatCompress

Tries to store the matrix in as little space as possible. May fail if memory is already fully used, since it tries to allocate new space.

Synopsis

int MatCompress(Mat mat)
Collective on Mat

Input Parameters

mat -the matrix

Keywords

matrix, compress

Location: src/mat/interface/matrix.c
Matrix Index
Table of Contents