CMR
1.3.0
|
#include <separation.h>
Public Attributes | |
size_t | numRows |
Number of rows of the matrix. More... | |
size_t | numColumns |
Number of columns of the matrix. More... | |
int * | rowsFlags |
Array with each row's flags; logical OR of CMR_SEPA_TYPE. More... | |
int * | columnsFlags |
Array with each column's flags; logical OR of CMR_SEPA_TYPE. More... | |
CMR_SEPA_TYPE | type |
Type of separation. More... | |
int* CMR_SEPA::columnsFlags |
Array with each column's flags; logical OR of CMR_SEPA_TYPE.
size_t CMR_SEPA::numColumns |
Number of columns of the matrix.
size_t CMR_SEPA::numRows |
Number of rows of the matrix.
int* CMR_SEPA::rowsFlags |
Array with each row's flags; logical OR of CMR_SEPA_TYPE.
CMR_SEPA_TYPE CMR_SEPA::type |
Type of separation.