MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / value

Function value

ThirdParty/Eigen/src/SparseCore/SparseBlock.h:559–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557 inline Index col() const { return IsRowMajor ? index() : 0; }
558
559 inline Scalar value() const { return m_it.value(); }
560 inline Scalar& valueRef() { return m_it.valueRef(); }
561
562 inline OuterVectorInnerIterator& operator++()

Callers 9

pruneMethod · 0.70
valueMethod · 0.70
valueMethod · 0.70
valueMethod · 0.70
incrementToNonZeroMethod · 0.70
incrementToNonZeroMethod · 0.70
valueMethod · 0.70
valueMethod · 0.70
AutoDiffScalarClass · 0.50

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected