MCPcopy Create free account
hub / github.com/pybind/pybind11 / mutable_data

Function mutable_data

include/pybind11/numpy.h:1446–1448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1444
1445 template <typename... Ix>
1446 T *mutable_data(Ix... index) {
1447 return static_cast<T *>(array::mutable_data(index...));
1448 }
1449
1450 // Reference to element at a given index
1451 template <typename... Ix>

Callers 3

mutable_uncheckedMethod · 0.85
numpy.hFile · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected