The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TDims


Unit:SDL_sdlbase
Class:none
Declaration:TDims = (dimX, dimY, dimL, dimT);

The type definition TDims specifies four principal dimensions used in various matrix routines. If a matrix has p<4 dimensions (i.e. TMatrix, TIntMatrix, or TMat3D) then only the first p dimension specifications may be used. With respect to a 4-dimensional matrix (TMat4D) the specifiers are related to the following matrix indices:

dimension corresponding index
dimXcolumns
dimYrows
dimLlayers
dimTtime slots


Last Update: 2023-Feb-06