I'm not sure if this issue is related to #70 and #71. Even if they are related, I need to open this issue since #70 is now closed.
I get compile errors (after checking out #71) when trying to template Eigen over dual numbers. The minimal example would look like:
I'm not sure if this issue is related to #70 and #71. Even if they are related, I need to open this issue since #70 is now closed. I get compile errors (after checking out #71) when trying to template Eigen over dual numbers. The minimal example would look like:
will output
which obviously causes issue when I multiply two
ADRankTwoTensor
s -- it results in ambiguous overloading.