CUDAArgMinList[list]
gives the index of the minimum element in list.
CUDAArgMinList
CUDAArgMinList[list]
gives the index of the minimum element in list.
更多信息和选项
- The CUDALink application must be loaded using Needs["CUDALink`"].
- CUDAArgMinList finds the first index that minimizes absolute value.
- CUDAArgMinList works only on vectors.
- CUDAArgMinList does not work on vector types.
范例
打开所有单元 关闭所有单元基本范例 (3)
First, load the CUDALink application:
Needs["CUDALink`"]This computes the index argument, resulting in the minimum element in the list:
CUDAArgMinList[Range[10]]Floating-point lists are supported:
CUDAArgMinList[1.0 * Range[10, 0, -1]]CUDAArgMinList works with different memory types. This loads memory:
mem = CUDAMemoryLoad[Reverse[Range[100]], "Byte"]CUDAArgMinList[mem]相关指南
-
▪
- CUDALink
文本
Wolfram Research (2010),CUDAArgMinList,Wolfram 语言函数,https://reference.wolfram.com/language/CUDALink/ref/CUDAArgMinList.html.
CMS
Wolfram 语言. 2010. "CUDAArgMinList." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/CUDALink/ref/CUDAArgMinList.html.
APA
Wolfram 语言. (2010). CUDAArgMinList. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/CUDALink/ref/CUDAArgMinList.html 年
BibTeX
@misc{reference.wolfram_2026_cudaargminlist, author="Wolfram Research", title="{CUDAArgMinList}", year="2010", howpublished="\url{https://reference.wolfram.com/language/CUDALink/ref/CUDAArgMinList.html}", note=[Accessed: 03-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_cudaargminlist, organization={Wolfram Research}, title={CUDAArgMinList}, year={2010}, url={https://reference.wolfram.com/language/CUDALink/ref/CUDAArgMinList.html}, note=[Accessed: 03-August-2026]}