FflasFfpack
Data Fields
StatsMatrix Struct Reference

#include <utils.h>

Data Fields

uint64_t rowdim = 0
 
uint64_t coldim = 0
 
uint64_t nOnes = 0
 
uint64_t nMOnes = 0
 
uint64_t nOthers = 0
 
uint64_t nnz = 0
 
uint64_t maxRow = 0
 
uint64_t minRow = 0
 
uint64_t averageRow = 0
 
uint64_t deviationRow = 0
 
uint64_t maxCol = 0
 
uint64_t minCol = 0
 
uint64_t averageCol = 0
 
uint64_t deviationCol = 0
 
uint64_t minColDifference = 0
 
uint64_t maxColDifference = 0
 
uint64_t averageColDifference = 0
 
uint64_t deviationColDifference = 0
 
uint64_t minRowDifference = 0
 
uint64_t maxRowDifference = 0
 
uint64_t averageRowDifference = 0
 
uint64_t deviationRowDifference = 0
 
uint64_t nDenseRows = 0
 
uint64_t nDenseCols = 0
 
uint64_t nEmptyRows = 0
 
uint64_t nEmptyCols = 0
 
uint64_t nEmptyColsEnd = 0
 
std::vector< uint64_t > denseRows
 
std::vector< uint64_t > denseCols
 

Field Documentation

§ rowdim

uint64_t rowdim = 0

§ coldim

uint64_t coldim = 0

§ nOnes

uint64_t nOnes = 0

§ nMOnes

uint64_t nMOnes = 0

§ nOthers

uint64_t nOthers = 0

§ nnz

uint64_t nnz = 0

§ maxRow

uint64_t maxRow = 0

§ minRow

uint64_t minRow = 0

§ averageRow

uint64_t averageRow = 0

§ deviationRow

uint64_t deviationRow = 0

§ maxCol

uint64_t maxCol = 0

§ minCol

uint64_t minCol = 0

§ averageCol

uint64_t averageCol = 0

§ deviationCol

uint64_t deviationCol = 0

§ minColDifference

uint64_t minColDifference = 0

§ maxColDifference

uint64_t maxColDifference = 0

§ averageColDifference

uint64_t averageColDifference = 0

§ deviationColDifference

uint64_t deviationColDifference = 0

§ minRowDifference

uint64_t minRowDifference = 0

§ maxRowDifference

uint64_t maxRowDifference = 0

§ averageRowDifference

uint64_t averageRowDifference = 0

§ deviationRowDifference

uint64_t deviationRowDifference = 0

§ nDenseRows

uint64_t nDenseRows = 0

§ nDenseCols

uint64_t nDenseCols = 0

§ nEmptyRows

uint64_t nEmptyRows = 0

§ nEmptyCols

uint64_t nEmptyCols = 0

§ nEmptyColsEnd

uint64_t nEmptyColsEnd = 0

§ denseRows

std::vector<uint64_t> denseRows

§ denseCols

std::vector<uint64_t> denseCols

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