MCPcopy 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
75private:

Callers

nothing calls this directly

Calls 1

rowsMethod · 0.45

Tested by

no test coverage detected