MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / rows

Method rows

include/Eigen/Eigen/src/SparseCore/SparseView.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 : m_matrix(mat), m_reference(reference), m_epsilon(epsilon) {}
59
60 inline Index rows() const { return m_matrix.rows(); }
61 inline Index cols() const { return m_matrix.cols(); }
62
63 inline Index innerSize() const { return m_matrix.innerSize(); }

Callers 15

runMethod · 0.45
unary_evaluatorMethod · 0.45
SparseProduct.hFile · 0.45
solveMethod · 0.45
runMethod · 0.45
runMethod · 0.45
solveInPlaceMethod · 0.45
runMethod · 0.45
lower_boundMethod · 0.45
assign_sparse_to_sparseFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected