You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > SetRow Method > Matrix.SetRow Method (TDenseMtxVec, integer)
MtxVec VCL
ContentsIndex
Example
var A: Matrix; V: Vector; begin A.Size(1,2,True); V.SetIt(True,[1,2, 2,4]); // complex vector A.SetCol(V,0); end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.