Lukas Westhofen

Results 1 issues of Lukas Westhofen

I've found a potential bug, which is related to multiplication/division of variables of type `autodiff:var` with `double` and `Eigen::Vector3d`. While the following expression compiles without any issues: ```cpp autodiff::var x...