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

Function value

include/Eigen/Eigen/src/SparseCore/SparseBlock.h:524–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522 inline Index col() const { return XprIsRowMajor ? index() : 0; }
523
524 inline Scalar value() const { return m_it.value(); }
525 inline Scalar& valueRef() { return m_it.valueRef(); }
526
527 inline OuterVectorInnerIterator& operator++()

Callers 8

valueMethod · 0.85
valueMethod · 0.85
valueMethod · 0.85
StorageRefClass · 0.85
incrementToNonZeroMethod · 0.85
incrementToNonZeroMethod · 0.85
valueMethod · 0.85
valueMethod · 0.85

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected