MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / array_proxy

Function array_proxy

external_libraries/pybind11/numpy.h:530–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528};
529
530inline PyArray_Proxy *array_proxy(void *ptr) { return reinterpret_cast<PyArray_Proxy *>(ptr); }
531
532inline const PyArray_Proxy *array_proxy(const void *ptr) {
533 return reinterpret_cast<const PyArray_Proxy *>(ptr);

Callers 13

check_flagsFunction · 0.85
dtypeMethod · 0.85
ndimMethod · 0.85
baseMethod · 0.85
shapeMethod · 0.85
stridesMethod · 0.85
flagsMethod · 0.85
dataMethod · 0.85
mutable_dataMethod · 0.85
check_Function · 0.85
eigen_array_castFunction · 0.85
cast_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected