CMR  1.3.0
Public Attributes | List of all members
CMR_BALANCED_STATS Struct Reference

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
 

Detailed Description

Statistics for recognition algorithm for balanced matrices.

Member Data Documentation

◆ enumeratedColumnSubsets

size_t CMR_BALANCED_STATS::enumeratedColumnSubsets

Number of enumerated column subsets.

◆ enumeratedRowSubsets

size_t CMR_BALANCED_STATS::enumeratedRowSubsets

Number of enumerated row subsets.

◆ seriesParallel

CMR_SP_STATISTICS CMR_BALANCED_STATS::seriesParallel

Statistics for series-parallel algorithm.

◆ totalCount

uint32_t CMR_BALANCED_STATS::totalCount

Total number of invocations.

◆ totalTime

double CMR_BALANCED_STATS::totalTime

Total time of all invocations.


The documentation for this struct was generated from the following file: