COPY[x,y]
copies the contents of the vector x to the vector y.


COPY
COPY[x,y]
copies the contents of the vector x to the vector y.
Details and Options
- To use COPY, you first need to load the BLAS Package using Needs["LinearAlgebra`BLAS`"].
- The following arguments must be given:
-
x input expression vector y input/output symbol vector; the symbol value is modified in place - COPY[x,y] is equivalent to y=x.
Examples
open all close allRelated Guides
Text
Wolfram Research (2017), COPY, Wolfram Language function, https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/COPY.html.
CMS
Wolfram Language. 2017. "COPY." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/COPY.html.
APA
Wolfram Language. (2017). COPY. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/COPY.html
BibTeX
@misc{reference.wolfram_2025_copy, author="Wolfram Research", title="{COPY}", year="2017", howpublished="\url{https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/COPY.html}", note=[Accessed: 16-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_copy, organization={Wolfram Research}, title={COPY}, year={2017}, url={https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/COPY.html}, note=[Accessed: 16-August-2025]}