You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > public > TMtx.SumRows Method
MtxVec VCL
ContentsIndex
Example
var A: TMtx; V: TVec; begin CreateIt(A); CreateIt(V); A.Size(2,2,False,[[1,2, 2,4]); A.SumRows(V); // V = [3,6] FreeIt(V); FreeIt(A); end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.