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
#include "mat.h"
int MatCompress(Mat mat)
Collective on Mat
Input Parameters
mat -the matrix
Keywords
matrix, compress
Level:advanced
Location:src/mat/interface/matrix.c
Matrix Index
Table of Contents