- Fixed templating of
Centered
in thecompute()
overload when scaling and/or centering is requested. This would cause compile-time errors in most cases, except if a sparse Eigen matrix was supplied, in which case it would introduce a run-time dangling reference due to an automatic cast to a temporaryEigen::MatrixXd
.