Woolz Image Processing Version 1.4.0
|
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.
Matrix type.
Referenced by AlgMatrixAdd(), AlgMatrixCGSolve(), AlgMatrixCopy(), AlgMatrixFree(), AlgMatrixGaussSolve(), AlgMatrixLUBackSub(), AlgMatrixLUDecomp(), AlgMatrixLUDeterm(), AlgMatrixLUInvert(), AlgMatrixLUSolve(), AlgMatrixMul(), AlgMatrixRSEigen(), AlgMatrixRSTDiag(), AlgMatrixScalar(), AlgMatrixScale(), AlgMatrixScaleAdd(), AlgMatrixSet(), AlgMatrixSub(), AlgMatrixSVBackSub(), AlgMatrixSVDecomp(), AlgMatrixSVSolve(), AlgMatrixTDiagQLI(), AlgMatrixTrace(), AlgMatrixTranspose(), AlgMatrixTVectorMul(), AlgMatrixTVectorMulAdd(), AlgMatrixValue(), AlgMatrixVectorMul(), AlgMatrixVectorMulAdd(), AlgMatrixVectorMulWAdd(), AlgMatrixWriteAscii(), and AlgMatrixZero().
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(), and AlgMatrixTranspose().
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(), and AlgMatrixTranspose().