Woolz Image Processing Version 1.4.0
|
Data Fields | |
AlgMatrixType | type |
size_t | nR |
size_t | nC |
size_t | numEnt |
size_t | maxEnt |
double | tol |
void * | blk |
AlgMatrixLLRE * | freeStk |
AlgMatrixLLRE ** | tbl |
From AlgmatrixCore.
Referenced by AlgMatrixLLRNew().
size_t _AlgMatrixLLR::nR |
From AlgmatrixCore.
Referenced by AlgMatrixLLRCopyInPlace(), AlgMatrixLLRERemove(), AlgMatrixLLRNew(), AlgMatrixLLRZero(), AlgMatrixScale(), AlgMatrixTVectorMul(), AlgMatrixTVectorMulAdd(), AlgMatrixVectorMul(), AlgMatrixVectorMulAdd(), and AlgMatrixVectorMulWAdd().
size_t _AlgMatrixLLR::nC |
From AlgmatrixCore.
Referenced by AlgMatrixLLRNew(), 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(), and AlgMatrixScale().
void* _AlgMatrixLLR::blk |
Stack of blocks of triples allocated managed using AlcFreeStack.
Referenced by AlgMatrixLLRExpand(), and AlgMatrixLLRFree().
Stack of free linked list entries.
Referenced by AlgMatrixLLREFree(), AlgMatrixLLRENew(), AlgMatrixLLRExpand(), AlgMatrixLLRSet(), and AlgMatrixLLRZero().
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().