You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > Transp Method > Matrix.Transp Method ()
MtxVec VCL
ContentsIndex
Example
var A: Matrix; begin A.Size(2,1,True); // 2x1 complex matrix A.SetVal(Cplx(3,4)); A.Transp; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.