You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clMatrix Structure
>
clMatrix Methods
>
Exp Method
>
clMatrix.Exp Method ()
Dew Math for .NET
clMatrix.Exp Method ()
clMatrix Structure
clMatrix Members
Dew.Math Namespace
Exp Method
Example
See Also
Collapse All
Exponent (e^).
Syntax
C#
Visual Basic
public
TOpenCLMtxVec
Exp
();
Public
Function
Exp
()
As
TOpenCLMtxVec
Remarks
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;
Group
Exp Method
Links
clMatrix Structure
,
clMatrix Members
,
Dew.Math Namespace
,
Exp Method
,
Example
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!