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

Statistics for recognition algorithm for equimodular matrices. More...

#include <equimodular.h>

Public Attributes

uint32_t totalCount
 
double totalTime
 
double linalgTime
 
CMR_TU_STATS tu
 

Detailed Description

Statistics for recognition algorithm for equimodular matrices.

Member Data Documentation

◆ linalgTime

double CMR_EQUIMODULAR_STATS::linalgTime

Time spent on linear algebra.

◆ totalCount

uint32_t CMR_EQUIMODULAR_STATS::totalCount

Total number of invocations.

◆ totalTime

double CMR_EQUIMODULAR_STATS::totalTime

Total time of all invocations.

◆ tu

CMR_TU_STATS CMR_EQUIMODULAR_STATS::tu

Total unimodularity test.


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