Eigen: type deduction in template specialization of base-class
问题 I trying do write a C++ template-class which should be able to deal with "simple" types and with "Eigen::MatrixBase"-like types via the same interface. I manage to get thie desired behavior with two different simple types, but struggle to squeeze the Eigen-syntax into my minimal-example... Maybe someone can give me an advice? While looking around, this comes close to what i wanna have -- without Eigen. This looks similar as well. #ifndef __MINIMAL_H__ #define __MINIMAL_H__ #include <Eigen