MCPcopy Create free account
hub / github.com/PX4/eigen / row

Method row

Eigen/src/Core/CoreIterators.h:54–54  ·  view source on GitHub ↗

\returns the row index of the current coefficient.

Source from the content-addressed store, hash-verified

52 EIGEN_STRONG_INLINE Index index() const { return m_iter.index(); }
53 /// \returns the row index of the current coefficient.
54 EIGEN_STRONG_INLINE Index row() const { return m_iter.row(); }
55 /// \returns the column index of the current coefficient.
56 EIGEN_STRONG_INLINE Index col() const { return m_iter.col(); }
57 /// \returns \c true if the iterator \c *this still references a valid coefficient.

Callers 15

runMethod · 0.45
crossMethod · 0.45
operator*Method · 0.45
evalToMethod · 0.45
runMethod · 0.45
product_evaluatorMethod · 0.45
operator *Method · 0.45
Transform.hFile · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_product_largeFunction · 0.36
test_ctorleakFunction · 0.36
test_evaluatorsFunction · 0.36
test_is_same_denseFunction · 0.36