You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clMatrix Structure
>
clMatrix Methods
>
Cos Method
>
clMatrix.Cos Method ()
Dew Math for .NET
clMatrix.Cos Method ()
clMatrix Structure
clMatrix Members
Dew.Math Namespace
Cos Method
Example
See Also
Collapse All
Cosine.
Syntax
C#
Visual Basic
public
TOpenCLMtxVec
Cos
();
Public
Function
Cos
()
As
TOpenCLMtxVec
Remarks
Calculate the cosine of all caling object elements in-place.
See Also
ArcCos
,
SinCos
Example
var a:
clMatrix
; begin a.CopyFromArray(2,2,TSingleArray.Create(1,-2,3,4)); a.Cos;
// Computes complex sine
end;
Group
Cos Method
Links
clMatrix Structure
,
clMatrix Members
,
Dew.Math Namespace
,
Cos 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!