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