Woolz Image Processing
Version 1.7.5
|
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.
AlgMatrixType _AlgMatrixRect::type |
From AlgmatrixCore.
Referenced by AlgMatrixReadAscii(), and AlgMatrixRectNew().
size_t _AlgMatrixRect::nR |
From AlgmatrixCore.
Referenced by AlgMatrixGaussSolve(), AlgMatrixLUBackSub(), AlgMatrixLUDecomp(), AlgMatrixLUDeterm(), AlgMatrixLUInvert(), AlgMatrixLUSolve(), AlgMatrixReadAscii(), AlgMatrixRectNew(), AlgMatrixRectSetAll(), AlgMatrixRectZero(), AlgMatrixRSTDiag(), AlgMatrixSVBackSub(), AlgMatrixSVDecomp(), AlgMatrixTVectorMul(), AlgMatrixTVectorMulAdd(), AlgMatrixVectorMul(), AlgMatrixVectorMulAdd(), AlgMatrixVectorMulWAdd(), AlgMatrixWriteAscii(), and WlzCMeshExpValues().
size_t _AlgMatrixRect::nC |
From AlgmatrixCore.
Referenced by AlgMatrixReadAscii(), AlgMatrixRectNew(), AlgMatrixRectSetAll(), AlgMatrixRectZero(), AlgMatrixSVBackSub(), AlgMatrixSVDecomp(), AlgMatrixSVSolve(), AlgMatrixTVectorMul(), AlgMatrixTVectorMulAdd(), AlgMatrixVectorMul(), AlgMatrixVectorMulAdd(), AlgMatrixVectorMulWAdd(), AlgMatrixWriteAscii(), 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(), AlgMatrixRectSetAll(), AlgMatrixRectZero(), AlgMatrixRSEigen(), AlgMatrixRSTDiag(), AlgMatrixScalar(), AlgMatrixScale(), AlgMatrixScaleAdd(), AlgMatrixSet(), AlgMatrixSub(), AlgMatrixSVBackSub(), AlgMatrixSVDecomp(), AlgMatrixTDiagQLI(), AlgMatrixTrace(), AlgMatrixTranspose(), AlgMatrixTVectorMul(), AlgMatrixVectorMul(), AlgMatrixVectorMulAdd(), AlgMatrixVectorMulWAdd(), AlgMatrixWriteAscii(), AlgPolynomialLSq(), WlzAffineTransformLSqDQ2D(), WlzAffineTransformLSqDQ3D(), WlzAffineTransformLSqGen2D(), WlzAffineTransformLSqGen3D(), WlzAffineTransformLSqReg2D(), WlzAffineTransformLSqReg3D(), WlzBasisFnConf2DFromCPts(), WlzBasisFnGauss2DFromCPts(), WlzBasisFnIMQ2DFromCPts(), WlzBasisFnIMQ3DFromCPts(), WlzBasisFnMQ2DFromCPts(), WlzBasisFnMQ3DFromCPts(), WlzBasisFnPoly2DFromCPts(), WlzBasisFnScalarMOS3DFromCPts(), WlzBasisFnTPS2DFromCPts(), WlzCMeshExpansion(), WlzCMeshExpValues(), WlzCMeshStrainTensorAtPts(), WlzFitPlaneSVD(), WlzGeomCurvature(), WlzGeometryLSqOPlane(), WlzKrigOSetModelSV2D(), and WlzKrigOSetModelSV3D().