![]() |
CMR
1.3.0
|
Statistics for recognition algorithm for balanced matrices. More...
#include <balanced.h>
Public Attributes | |
| uint32_t | totalCount |
| double | totalTime |
| CMR_SP_STATISTICS | seriesParallel |
| size_t | enumeratedRowSubsets |
| size_t | enumeratedColumnSubsets |
Statistics for recognition algorithm for balanced matrices.
| size_t CMR_BALANCED_STATS::enumeratedColumnSubsets |
Number of enumerated column subsets.
| size_t CMR_BALANCED_STATS::enumeratedRowSubsets |
Number of enumerated row subsets.
| CMR_SP_STATISTICS CMR_BALANCED_STATS::seriesParallel |
Statistics for series-parallel algorithm.
| uint32_t CMR_BALANCED_STATS::totalCount |
Total number of invocations.
| double CMR_BALANCED_STATS::totalTime |
Total time of all invocations.