You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
Matrix.DCT Method
MtxVec VCL
Example
Matrix.DCT Method
var
a,b:
Matrix
;
begin
a.SetIt(1,4,False,[1,-2,3,4]); b.DCT(a,0,0,4);
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.