[go: up one dir, main page]

Adding `value_type` nested-type to `EigenBase`

Submitted by michel_morin

Assigned to Nobody

Link to original bugzilla bug (#360)
Version: 3.3 (current stable)

Description

Thank you for developing the really nice library!
It would be great to add value_type nested-type to EigenBase

template<typename Derived> struct EigenBase  
{  
  typedef typename internal::traits<Derived>::Scalar value_type;  
  // ...  
}  

since this improves the interoperability of Eigen in generic programming.
(For example, vectors/matrices in Boost.uBLAS have value_type nested-type.)

Blocking

#231 (closed) #329 (closed)

Edited by Eigen Bugzilla