Woolz Image Processing
Version 1.7.5
|
A core matrix type with members common to all matrix types. Typedef: AlgMatrixCore. More...
Data Fields | |
AlgMatrixType | type |
size_t | nR |
size_t | nC |
A core matrix type with members common to all matrix types. Typedef: AlgMatrixCore.
AlgMatrixType _AlgMatrixCore::type |
Matrix type.
Referenced by AlgMatrixAdd(), AlgMatrixCGSolve(), AlgMatrixCopy(), AlgMatrixFree(), AlgMatrixGaussSolve(), AlgMatrixLUBackSub(), AlgMatrixLUDecomp(), AlgMatrixLUDeterm(), AlgMatrixLUInvert(), AlgMatrixLUSolve(), AlgMatrixMul(), AlgMatrixRSEigen(), AlgMatrixRSTDiag(), AlgMatrixScalar(), AlgMatrixScale(), AlgMatrixScaleAdd(), AlgMatrixSet(), AlgMatrixSetAll(), AlgMatrixSub(), AlgMatrixSVBackSub(), AlgMatrixSVDecomp(), AlgMatrixSVSolve(), AlgMatrixTDiagQLI(), AlgMatrixTrace(), AlgMatrixTranspose(), AlgMatrixTVectorMul(), AlgMatrixTVectorMulAdd(), AlgMatrixValue(), AlgMatrixVectorMul(), AlgMatrixVectorMulAdd(), AlgMatrixVectorMulWAdd(), AlgMatrixWriteAscii(), AlgMatrixZero(), WlzKrigOSetModelSV2D(), WlzKrigOSetModelSV3D(), and WlzKrigOWeightsSolve().
size_t _AlgMatrixCore::nR |
Number of rows.
Referenced by AlgMatrixAdd(), AlgMatrixCGSolve(), AlgMatrixCopy(), AlgMatrixGaussSolve(), AlgMatrixMul(), AlgMatrixRSEigen(), AlgMatrixRSTDiag(), AlgMatrixScalar(), AlgMatrixScale(), AlgMatrixScaleAdd(), AlgMatrixSolveLSQR(), AlgMatrixSub(), AlgMatrixSVBackSub(), AlgMatrixSVDecomp(), AlgMatrixSVSolve(), AlgMatrixTrace(), AlgMatrixTranspose(), WlzAffineTransformLSqDQ3D(), WlzKrigOSetModelSV2D(), WlzKrigOSetModelSV3D(), and WlzKrigOWeightsSolve().
size_t _AlgMatrixCore::nC |
Number of columns.
Referenced by AlgMatrixAdd(), AlgMatrixCGSolve(), AlgMatrixCopy(), AlgMatrixGaussSolve(), AlgMatrixMul(), AlgMatrixRSEigen(), AlgMatrixRSTDiag(), AlgMatrixScalar(), AlgMatrixScale(), AlgMatrixScaleAdd(), AlgMatrixSolveLSQR(), AlgMatrixSub(), AlgMatrixSVBackSub(), AlgMatrixSVDecomp(), AlgMatrixSVSolve(), AlgMatrixTrace(), AlgMatrixTranspose(), WlzAffineTransformLSqDQ3D(), WlzKrigOSetModelSV2D(), and WlzKrigOSetModelSV3D().