You are here:
Symbol Reference >
clMtxVec Namespace
>
Classes
>
TOpenCLMtxVec Class
>
public
>
Cbrt Method
>
TOpenCLMtxVec.Cbrt Method ()
MtxVec VCL
TOpenCLMtxVec.Cbrt Method ()
TOpenCLMtxVec Class
|
TOpenCLMtxVec Members
|
clMtxVec Namespace
|
Cbrt Method
|
Example
|
See Also
Collapse All
The cube root.
Pascal
function
Cbrt
:
TOpenCLMtxVec
;
overload
;
Description
Calculate the cube root of all calling object elements in-place.
See Also
InvCbrt
Example
v.CopyFromArray(TSingleArray.Create(1,8)); v.Cbrt;
// v = [1,2]
Examples on GitHub
Group
Cbrt Method
Links
TOpenCLMtxVec Class
,
TOpenCLMtxVec Members
,
clMtxVec Namespace
,
Cbrt Method
,
Example
,
See Also
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic?
Send feedback!