Implement mixed type for operator::*=(scalar)
@ggael
Submitted by Gael GuennebaudAssigned to Nobody
Link to original bugzilla bug (#1416)
Version: 3.3 (current stable)
Description
As noted there: http://stackoverflow.com/questions/43477416/custom-type-matrix-int-in-eigen
operator::=(scalar) should be extended to match the generality of operator(scalar).
Blocking
Edited by David Tellenbach