CUDAClamp[lst]
clamps the values of lst between automatically determined values.
CUDAClamp[lst,low,high]
clamps the values of lst between low and high.


CUDAClamp
CUDAClamp[lst]
clamps the values of lst between automatically determined values.
CUDAClamp[lst,low,high]
clamps the values of lst between low and high.
Details and Options
- The CUDALink application must be loaded using Needs["CUDALink`"].
- CUDAClamp works only on general types such as "Float", "Double", ….
- CUDAClamp does not work on fixed vector structure types like "Float[2]", "Integer32[2]", ….
- CUDAClamp does not work on symbolic input.
- If low and high are not specified, then low is 0.0 and high is 1.0 if the input is floating point. If the input is integers, then low is 0 and high is 255.
Examples
open all close allBasic Examples (5)
First, load the CUDALink application:
This clamps the values of an integer list:
The above is equivalent to Map:
The clamp values can be made explicit:
The input can be floating point:
The input can be an image, which is interpreted as a list of integers:
The high clamp parameter can be omitted:
The input can be CUDAMemory. This loads a list using CUDAMemoryLoad:
This clamps the values between -5 and 5:
The memory returned can be retrieved using CUDAMemoryGet:
Applications (1)
Tech Notes
Related Guides
-
▪
- CUDALink
Text
Wolfram Research (2010), CUDAClamp, Wolfram Language function, https://reference.wolfram.com/language/CUDALink/ref/CUDAClamp.html.
CMS
Wolfram Language. 2010. "CUDAClamp." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/CUDALink/ref/CUDAClamp.html.
APA
Wolfram Language. (2010). CUDAClamp. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/CUDALink/ref/CUDAClamp.html
BibTeX
@misc{reference.wolfram_2025_cudaclamp, author="Wolfram Research", title="{CUDAClamp}", year="2010", howpublished="\url{https://reference.wolfram.com/language/CUDALink/ref/CUDAClamp.html}", note=[Accessed: 13-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_cudaclamp, organization={Wolfram Research}, title={CUDAClamp}, year={2010}, url={https://reference.wolfram.com/language/CUDALink/ref/CUDAClamp.html}, note=[Accessed: 13-August-2025]}