You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Matrix Structure
>
Matrix Properties
>
Matrix.Complex Property
Dew Math for .NET
Example
Matrix.Complex Property
var a,b,c,d:
Matrix
; begin a.SetIt(1,2,True,[1,2,3,4]); b.SetIt(1,4,False,[8,9,6,7]); b.Complex := True; c.Mul(a,b);
// = [(1+2i)*(8*9i), (3+4i)*(6+7i)]
end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home