MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / rows

Method rows

include/Eigen/src/SparseLU/SparseLU.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 return true;
67 }
68 inline Index rows() const { return m_sparseLU->rows(); }
69 inline Index cols() const { return m_sparseLU->cols(); }
70
71 private:

Callers

nothing calls this directly

Calls 1

rowsMethod · 0.45

Tested by

no test coverage detected