You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clMatrix Structure
>
clMatrix Methods
>
Cbrt Method
>
clMatrix.Cbrt Method ()
Dew Math for .NET
clMatrix.Cbrt Method ()
clMatrix Structure
clMatrix Members
Dew.Math Namespace
Cbrt Method
Example
See Also
Collapse All
The cube root.
Syntax
C#
Visual Basic
public
TOpenCLMtxVec
Cbrt
();
Public
Function
Cbrt
()
As
TOpenCLMtxVec
Remarks
Calculate the cube root of all calling object elements in-place.
See Also
InvCbrt
Example
v.CopyFromArray(1,2,TSingleArray.Create(1,8)); v.Cbrt;
// v = [1,2]
Group
Cbrt Method
Links
clMatrix Structure
,
clMatrix Members
,
Dew.Math Namespace
,
Cbrt 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!