Woolz Image Processing
Version 1.8.3
|
Data Fields | |
AlgMatrixType | type |
size_t | nR |
size_t | nC |
size_t | numEnt |
size_t | maxEnt |
double | tol |
void * | blk |
AlgMatrixLLRE * | freeStk |
AlgMatrixLLRE ** | tbl |
AlgMatrixType _AlgMatrixLLR::type |
From AlgmatrixCore.
Referenced by AlgMatrixLLRNew().
size_t _AlgMatrixLLR::nR |
From AlgmatrixCore.
Referenced by AlgMatrixLLRCopyInPlace(), AlgMatrixLLRERemove(), AlgMatrixLLRNew(), AlgMatrixLLRSetAll(), AlgMatrixLLRZero(), AlgMatrixScale(), AlgMatrixTVectorMul(), AlgMatrixTVectorMulAdd(), AlgMatrixVectorMul(), AlgMatrixVectorMulAdd(), and AlgMatrixVectorMulWAdd().
size_t _AlgMatrixLLR::nC |
From AlgmatrixCore.
Referenced by AlgMatrixLLRNew(), AlgMatrixLLRSetAll(), AlgMatrixTVectorMul(), and AlgMatrixTVectorMulAdd().
size_t _AlgMatrixLLR::numEnt |
Number of (no-zero) entries.
Referenced by AlgMatrixLLRCopyInPlace(), AlgMatrixLLREFree(), AlgMatrixLLRENew(), AlgMatrixLLRExpand(), and AlgMatrixLLRZero().
size_t _AlgMatrixLLR::maxEnt |
Maximum number of entries.
Referenced by AlgMatrixLLRExpand().
double _AlgMatrixLLR::tol |
Lowest absolute non-zero value.
Referenced by AlgMatrixLLRSet(), AlgMatrixLLRSetAll(), and AlgMatrixScale().
void* _AlgMatrixLLR::blk |
Stack of blocks of triples allocated managed using AlcFreeStack.
Referenced by AlgMatrixLLRExpand(), and AlgMatrixLLRFree().
AlgMatrixLLRE* _AlgMatrixLLR::freeStk |
Stack of free linked list entries.
Referenced by AlgMatrixLLREFree(), AlgMatrixLLRENew(), AlgMatrixLLRExpand(), AlgMatrixLLRSet(), and AlgMatrixLLRZero().
AlgMatrixLLRE** _AlgMatrixLLR::tbl |
Table of matrix linked lists with a list for each row of the matrix.
Referenced by AlgMatrixAdd(), AlgMatrixLLRCopyInPlace(), AlgMatrixLLRERemove(), AlgMatrixLLRFree(), AlgMatrixLLRNew(), AlgMatrixLLRValue(), AlgMatrixLLRZero(), AlgMatrixMul(), AlgMatrixReadAscii(), AlgMatrixScalar(), AlgMatrixScale(), AlgMatrixScaleAdd(), AlgMatrixSub(), AlgMatrixTranspose(), AlgMatrixTVectorMul(), AlgMatrixTVectorMulAdd(), AlgMatrixVectorMul(), AlgMatrixVectorMulAdd(), and AlgMatrixVectorMulWAdd().