You are here:
Symbol Reference >
MtxVec Namespace
>
Classes
>
TMtx Class
>
public
>
TMtx.PowerMtx Method
MtxVec VCL
Example
TMtx.PowerMtx Method
var
A,B,C:
TMtx
;
begin
CreateIt
(A,B,C);
try
A.SetIt(2,2,False,[1,2, 2,4]); B.SetIt(2,2,False,[1,2, 2,4]); C.Power(A,B);
finally
FreeIt
(A,B,C);
end
;
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.