MCPcopy Create free account
hub / github.com/pybind/pybind11 / operator()

Method operator()

tests/test_buffers.cpp:178–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 float operator()(py::ssize_t i, py::ssize_t j) const { return Matrix::operator()(j, i); }
179
180 float &operator()(py::ssize_t i, py::ssize_t j) { return Matrix::operator()(j, i); }
181

Callers

nothing calls this directly

Calls 1

operator()Function · 0.50

Tested by

no test coverage detected