Represent a scalar and its index in an array of scalars
| Public Attributes | |
| Eigen::Index | index {} | 
| Scalar | value | 
| Public Member Functions | |
| IndexedValue ()=default | |
| template<class AnyScalar , typename = std::enable_if_t<std::is_scalar_v<AnyScalar> >> | |
| IndexedValue (AnyScalar s) | |
| IndexedValue (const IndexedValue &other)=default | |
| operator Scalar () const | |
| Eigen::Index sofa::linearalgebra::sparsematrixproduct::IndexedValue< Scalar >::index {} | 
| Scalar sofa::linearalgebra::sparsematrixproduct::IndexedValue< Scalar >::value | 
| 
 | default | 
| 
 | inline | 
| 
 | default | 
| 
 | inline |