MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / rows

Method rows

Externals/eigen/Eigen/src/SparseCore/SparseView.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 class InnerIterator;
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(); }

Callers 15

rowsFunction · 0.45
SparseProduct.hFile · 0.45
rowsFunction · 0.45
runMethod · 0.45
runMethod · 0.45
solveInPlaceMethod · 0.45
runMethod · 0.45
conservativeResizeFunction · 0.45
initAssignmentFunction · 0.45
set_from_tripletsFunction · 0.45
SparseMatrix.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected