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

Method cols

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

Source from the content-addressed store, hash-verified

43
44 inline Index rows() const { return m_matrix.rows(); }
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(); }

Callers 15

evaluatorMethod · 0.45
colsFunction · 0.45
outerSizeFunction · 0.45
innerSizeFunction · 0.45
SparseMatrixBase.hFile · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
solveInPlaceMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected