You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
Matrix.SumCols Method
MtxVec VCL
Example
Matrix.SumCols Method
var
A:
Matrix
; V:
Vector
;
begin
A.Size(2,2,False,[[1,5, 2,3]); A.SumCols(V);
// V = [3,8]
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.