Woolz Image Processing Version 1.4.0
|
Rectangular matrix. Typedef: AlgMatrixRect. More...
Data Fields | |
AlgMatrixType | type |
size_t | nR |
size_t | nC |
size_t | maxR |
size_t | maxC |
double ** | array |
Rectangular matrix. Typedef: AlgMatrixRect.
From AlgmatrixCore.
Referenced by AlgMatrixReadAscii(), and AlgMatrixRectNew().
size_t _AlgMatrixRect::nR |
From AlgmatrixCore.
Referenced by AlgMatrixGaussSolve(), AlgMatrixLUBackSub(), AlgMatrixLUDecomp(), AlgMatrixLUDeterm(), AlgMatrixLUInvert(), AlgMatrixLUSolve(), AlgMatrixReadAscii(), AlgMatrixRectNew(), AlgMatrixRectZero(), AlgMatrixRSTDiag(), AlgMatrixSVBackSub(), AlgMatrixSVDecomp(), AlgMatrixTVectorMul(), AlgMatrixTVectorMulAdd(), AlgMatrixVectorMul(), AlgMatrixVectorMulAdd(), and AlgMatrixVectorMulWAdd().
size_t _AlgMatrixRect::nC |
From AlgmatrixCore.
Referenced by AlgMatrixReadAscii(), AlgMatrixRectNew(), AlgMatrixRectZero(), AlgMatrixSVBackSub(), AlgMatrixSVDecomp(), AlgMatrixSVSolve(), AlgMatrixTVectorMul(), AlgMatrixTVectorMulAdd(), AlgMatrixVectorMul(), AlgMatrixVectorMulAdd(), AlgMatrixVectorMulWAdd(), WlzAffineTransformLSqDQ2D(), and WlzAffineTransformLSqDQ3D().
size_t _AlgMatrixRect::maxR |
Rows space allocated for.
Referenced by AlgMatrixRectNew().
size_t _AlgMatrixRect::maxC |
Columns space allocated for.
Referenced by AlgMatrixRectNew().
double** _AlgMatrixRect::array |
Referenced by AlgMatrixAdd(), AlgMatrixCGSolve(), AlgMatrixCopy(), AlgMatrixGaussSolve(), AlgMatrixLUBackSub(), AlgMatrixLUDecomp(), AlgMatrixLUDeterm(), AlgMatrixLUInvert(), AlgMatrixLUSolve(), AlgMatrixMul(), AlgMatrixReadAscii(), AlgMatrixRectFree(), AlgMatrixRectNew(), AlgMatrixRectZero(), AlgMatrixRSEigen(), AlgMatrixRSTDiag(), AlgMatrixScalar(), AlgMatrixScale(), AlgMatrixScaleAdd(), AlgMatrixSet(), AlgMatrixSub(), AlgMatrixSVBackSub(), AlgMatrixSVDecomp(), AlgMatrixTDiagQLI(), AlgMatrixTrace(), AlgMatrixTranspose(), AlgMatrixTVectorMul(), AlgMatrixVectorMul(), AlgMatrixVectorMulAdd(), AlgMatrixVectorMulWAdd(), AlgPolynomialLSq(), WlzAffineTransformLSqDQ2D(), WlzAffineTransformLSqDQ3D(), WlzAffineTransformLSqGen2D(), WlzAffineTransformLSqGen3D(), WlzAffineTransformLSqReg2D(), WlzAffineTransformLSqReg3D(), WlzBasisFnConf2DFromCPts(), WlzBasisFnGauss2DFromCPts(), WlzBasisFnIMQ2DFromCPts(), WlzBasisFnIMQ3DFromCPts(), WlzBasisFnMQ2DFromCPts(), WlzBasisFnMQ3DFromCPts(), WlzBasisFnPoly2DFromCPts(), WlzBasisFnScalarMOS3DFromCPts(), WlzBasisFnTPS2DFromCPts(), WlzGeomCurvature(), WlzGeometryLSqOPlane(), and WlzMakeAffine3D4pointsTrFn().