Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TinyMPC/TinyMPC
/ rows
Method
rows
include/Eigen/Eigen/src/SparseLU/SparseLU.h:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
return true;
71
}
72
inline Index rows() const { return m_sparseLU->rows(); }
73
inline Index cols() const { return m_sparseLU->cols(); }
74
75
private:
Callers
nothing calls this directly
Calls
1
rows
Method · 0.45
Tested by
no test coverage detected