You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clMatrix Structure
>
clMatrix Methods
>
Abs Method
>
clMatrix.Abs Method ()
Dew Math for .NET
clMatrix.Abs Method ()
clMatrix Structure
clMatrix Members
Dew.Math Namespace
Abs Method
Example
See Also
Collapse All
Absolute values.
Syntax
C#
Visual Basic
public
TOpenCLMtxVec
Abs
();
Public
Function
Abs
()
As
TOpenCLMtxVec
Remarks
Calculate the absolute value of all calling object elemets in-place.
See Also
Mag
Example
var a:
clMatrix
; begin a.CopyFromArray(2,2,TSingleArray.Create(1,-2,3,4)); a.Abs; end;
Group
Abs Method
Links
clMatrix Structure
,
clMatrix Members
,
Dew.Math Namespace
,
Abs 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!