MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / value

Function value

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

Source from the content-addressed store, hash-verified

490 inline Index col() const { return XprIsRowMajor ? index() : 0; }
491
492 inline Scalar value() const { return m_it.value(); }
493 inline Scalar& valueRef() { return m_it.valueRef(); }
494
495 inline OuterVectorInnerIterator& operator++() {

Callers 10

valueMethod · 0.70
valueMethod · 0.70
valueMethod · 0.70
StorageRefClass · 0.70
incrementToNonZeroMethod · 0.70
incrementToNonZeroMethod · 0.70
valueMethod · 0.70
valueMethod · 0.70
eval_implMethod · 0.50
eval_implMethod · 0.50

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected