You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
Matrix.MeanCols Method
MtxVec VCL
Example
Matrix.MeanCols Method
var
A:
Matrix
; res:
Vector
;
begin
A.SetIt(2,2,false,[1,5, -3,6]); A.MeanCols(Res);
// res = (-1.0, 5.5)
//or
Res := MeanCols(A);
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.