MCPcopy Create free account
hub / github.com/numpy/numpy / copy

Function copy

numpy/linalg/umath_linalg.cpp:779–783  ·  view source on GitHub ↗

***************************************************************************** ** DISPATCHER FUNCS ** ***************************************************************************** */

Source from the content-addressed store, hash-verified

777 *****************************************************************************
778 */
779static fortran_int copy(fortran_int *n,
780 float *sx, fortran_int *incx,
781 float *sy, fortran_int *incy) { return FNAME(scopy)(n, sx, incx,
782 sy, incy);
783}
784static fortran_int copy(fortran_int *n,
785 double *sx, fortran_int *incx,
786 double *sy, fortran_int *incy) { return FNAME(dcopy)(n, sx, incx,

Callers 2

linearize_matrixFunction · 0.70
delinearize_matrixFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected