Woolz Image Processing  Version 1.8.3
_AlgMatrixLLR Struct Reference

Data Fields

AlgMatrixType type
 
size_t nR
 
size_t nC
 
size_t numEnt
 
size_t maxEnt
 
double tol
 
void * blk
 
AlgMatrixLLREfreeStk
 
AlgMatrixLLRE ** tbl
 

Field Documentation

◆ type

AlgMatrixType _AlgMatrixLLR::type

From AlgmatrixCore.

Referenced by AlgMatrixLLRNew().

◆ nR

◆ nC

size_t _AlgMatrixLLR::nC

◆ numEnt

size_t _AlgMatrixLLR::numEnt

◆ maxEnt

size_t _AlgMatrixLLR::maxEnt

Maximum number of entries.

Referenced by AlgMatrixLLRExpand().

◆ tol

double _AlgMatrixLLR::tol

Lowest absolute non-zero value.

Referenced by AlgMatrixLLRSet(), AlgMatrixLLRSetAll(), and AlgMatrixScale().

◆ blk

void* _AlgMatrixLLR::blk

Stack of blocks of triples allocated managed using AlcFreeStack.

Referenced by AlgMatrixLLRExpand(), and AlgMatrixLLRFree().

◆ freeStk

AlgMatrixLLRE* _AlgMatrixLLR::freeStk

Stack of free linked list entries.

Referenced by AlgMatrixLLREFree(), AlgMatrixLLRENew(), AlgMatrixLLRExpand(), AlgMatrixLLRSet(), and AlgMatrixLLRZero().

◆ tbl


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