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

Method value

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

\returns the value of the current coefficient.

Source from the content-addressed store, hash-verified

44
45 /// \returns the value of the current coefficient.
46 EIGEN_STRONG_INLINE Scalar value() const { return m_iter.value(); }
47 /** Increment the iterator \c *this to the next non-zero coefficient.
48 * Explicit zeros are not skipped over. To skip explicit zeros, see class SparseView
49 */

Callers 15

factorizeMethod · 0.45
rowsMethod · 0.45
indexMethod · 0.45
absDiagIndexMethod · 0.45
rowOffsetMethod · 0.45
colOffsetMethod · 0.45
blueNorm_implFunction · 0.45
rowsMethod · 0.45
supersMethod · 0.45
subsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected