:orphan:
# MatHtoolCompressorType
Indicates the type of compressor used by a `MATHTOOL` 
## Synopsis
```
typedef enum {
  MAT_HTOOL_COMPRESSOR_SYMPARTIAL_ACA,
  MAT_HTOOL_COMPRESSOR_FULL_ACA,
  MAT_HTOOL_COMPRESSOR_SVD
} MatHtoolCompressorType;
```

## Values

- ***`MAT_HTOOL_COMPRESSOR_SYMPARTIAL_ACA` (default) -*** symmetric partial adaptive cross approximation
- ***`MAT_HTOOL_COMPRESSOR_FULL_ACA` -*** full adaptive cross approximation
- ***`MAT_HTOOL_COMPRESSOR_SVD` -*** singular value decomposition





## See Also
 [](ch_matrices), `Mat`, `MatCreateHtoolFromKernel()`, `MATHTOOL`, `MatHtoolClusteringType`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscmat.h.html#MatHtoolCompressorType">include/petscmat.h</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscmat.h)


[Index of all Mat routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
