MCPcopy Create free account
hub / github.com/dblalock/bolt / innerSize

Method innerSize

cpp/src/external/eigen/src/SparseCore/SparseView.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 inline Index cols() const { return m_matrix.cols(); }
46
47 inline Index innerSize() const { return m_matrix.innerSize(); }
48 inline Index outerSize() const { return m_matrix.outerSize(); }
49
50 /** \returns the nested expression */

Calls

no outgoing calls

Tested by

no test coverage detected