caterva.copy#

caterva.copy(array, **kwargs)#

Create a copy of an array.

Parameters
array: NDArray

The array to be copied.

Returns
out: NDArray

A NDArray with a copy of the data.

Other Parameters
kwargs: dict, optional

Keyword arguments that are supported by the caterva.empty() constructor.