You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > CopyVec Method > Matrix.CopyVec Method (TVec, Integer)
MtxVec VCL
ContentsIndex
Example
var A: Matrix; v: Vector; begin v.SetIt(true,[1, 0, 2, -1, 5, 1.2]) ; A.CopyVec(v); end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.