MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / value

Function value

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

Source from the content-addressed store, hash-verified

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

Callers 8

pruneMethod · 0.70
valueMethod · 0.70
valueMethod · 0.70
valueMethod · 0.70
incrementToNonZeroMethod · 0.70
incrementToNonZeroMethod · 0.70
valueMethod · 0.70
valueMethod · 0.70

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected