You are here:
Symbol Reference >
AbstractMtxVec Namespace
>
Classes
>
TMtxVec Class
>
public
>
Sec Method
>
TMtxVec.Sec Method ()
MtxVec VCL
Example
TMtxVec.Sec Method ()
var
a: TVec;
begin
CreateIt
(a);
try
a.SetIt(True,[1,-2,3,4]); a.Sec;
// Computes complex secant
finally
FreeIt
(a);
end
;
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.