\returns the value of the current coefficient.
| 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 | */ |
no outgoing calls
no test coverage detected