copy

Description

This function copies the vector x into the vector y. Type : polymorphic.

 

Input parameters

 

 x : class, tensor of a vector with n elements.
 y : class, tensor allocated for copying.
incx : integer, stride between consecutive elements of x.
incy : integer, stride between consecutive elements of y.

Output parameters

 

 y : class, tensor of a vector with n elements.

Examples

All these examples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install Accelerator library to run it).

Table of Contents