|
Woolz Image Processing
Version 1.7.5
|
Symmetric matrix. Typedef: AlgMatrixRect. More...
Data Fields | |
| AlgMatrixType | type |
| size_t | nR |
| size_t | nC |
| size_t | maxN |
| double ** | array |
Symmetric matrix. Typedef: AlgMatrixRect.
| AlgMatrixType _AlgMatrixSym::type |
From AlgmatrixCore.
Referenced by AlgMatrixSymNew().
| size_t _AlgMatrixSym::nR |
From AlgmatrixCore.
Referenced by AlgMatrixSymNew(), AlgMatrixSymSetAll(), AlgMatrixSymZero(), AlgMatrixTVectorMul(), AlgMatrixTVectorMulAdd(), AlgMatrixVectorMul(), AlgMatrixVectorMulAdd(), AlgMatrixVectorMulWAdd(), and AlgMatrixWriteAscii().
| size_t _AlgMatrixSym::nC |
From AlgmatrixCore.
Referenced by AlgMatrixSymNew(), and AlgMatrixWriteAscii().
| size_t _AlgMatrixSym::maxN |
Max rows/columns space allocated for.
Referenced by AlgMatrixSymNew().
| double** _AlgMatrixSym::array |
Referenced by AlgMatrixAdd(), AlgMatrixCopy(), AlgMatrixReadAscii(), AlgMatrixScale(), AlgMatrixScaleAdd(), AlgMatrixSet(), AlgMatrixSub(), AlgMatrixSymFree(), AlgMatrixSymNew(), AlgMatrixSymSetAll(), AlgMatrixSymZero(), AlgMatrixTrace(), AlgMatrixTranspose(), AlgMatrixTVectorMul(), AlgMatrixTVectorMulAdd(), AlgMatrixValue(), AlgMatrixVectorMul(), AlgMatrixVectorMulAdd(), AlgMatrixVectorMulWAdd(), and AlgMatrixWriteAscii().