You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > Transp Method > TMtx.Transp Method ()
Dew Math for .NET
ContentsIndexHome
Example
var A: TMtx; begin CreateIt(A); A.Size(2,1,True); // 2x1 complex matrix A.SetVal(Cplx(3,4)); A.Transp; FreeIt(A); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.