MatrixInt.MaxMinCols Method

procedure MaxMinCols(const DstMaxCols: TVecInt; const DstMinCols: TVecInt);

Compute maximum and minimum of each column.

#NameTypeDescription
1DstMaxColsTVecInt
2DstMinColsTVecInt

Result: stored in self (calling object)

Remarks:

Compute maximum and minimum of each column and store the result in to Dst vectors. The Dst's are sized automatically.