You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
Matrix.Complex Property
MtxVec VCL
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-2025 by Dew Research. All rights reserved.