Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ col_factor
Method
col_factor
tests/test_buffers.cpp:252–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
py::ssize_t cols() const { return Matrix::cols() / m_col_factor; }
251
py::ssize_t row_factor() const { return m_row_factor; }
252
py::ssize_t col_factor() const { return m_col_factor; }
253
254
private:
255
py::ssize_t m_row_factor;
Callers
1
TEST_SUBMODULE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected