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....



EdgeVector


Unit: SDL_matrix
Class: TMatrix, TIntMatrix
Declaration: procedure EdgeVector (Orient: TOrientation; EdgeOp: TEdgeOp; var DestVec: TVector);

Depending on the parameter EdgeOp the method EdgeVector calculates the minimum, the maximum, the sum, or the mean of all columns (Orient = orHoriz) or all rows (Orient = orVert) of the matrix. The results are stored in the vector Destvec, whose size is automatically adjusted to the corresponding edge of the matrix.



Last Update: 2018-Nov-23