You are here:
Symbol Reference >
clMtxExpr Namespace
>
Classes
>
clMatrix Record
>
public
>
Exp Method
>
clMatrix.Exp Method ()
MtxVec VCL
clMatrix.Exp Method ()
clMatrix Record
|
clMatrix 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:
clMatrix
;
begin
a.CopyFromArray(2,2,TSingleArray.Create(1,2,3,4)); a.Exp;
end
;
Examples on GitHub
Group
Exp Method
Links
clMatrix Record
,
clMatrix 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!