You are here:
Symbol Reference >
clMtxExpr Namespace
>
Classes
>
clVector Record
>
public
>
Exp Method
>
clVector.Exp Method ()
MtxVec VCL
clVector.Exp Method ()
clVector Record
|
clVector Members
|
clMtxExpr Namespace
|
Exp Method
|
Example
|
See Also
Collapse All
Exponent (e^).
Pascal
function
Exp
:
TOpenCLMtxVec
;
overload
;
Description
Calculate the exponent (e^) for all calling object elements in-place.
See Also
Ln
Example
var
A,B:
clVector
;
begin
A.CopyFromArray(TSingleArray.Create(1,2,3,4)); B.Exp(A);
end
;
Examples on GitHub
Group
Exp Method
Links
clVector Record
,
clVector Members
,
clMtxExpr Namespace
,
Exp Method
,
Example
,
See Also
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic?
Send feedback!