copyto

hipecta.copyto(dst, src)[source]

Copies values from one array to another.

dst : ndarray
The array into which values are copied.
src : array_like
The array from which values are copied.