Structure containing options for structured matrix compression, to be used with the C interface. More...
#include <StructuredMatrix.h>
Public Attributes | |
SP_STRUCTURED_TYPE | type |
double | rel_tol |
double | abs_tol |
int | leaf_size |
int | max_rank |
int | verbose |
Structure containing options for structured matrix compression, to be used with the C interface.
This mimics the options found in the C++ class structured::StructuredOptions.