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