Skip to content

v2.0.2

Latest
Compare
Choose a tag to compare
@LTLA LTLA released this 16 Jan 19:29
  • Fixed templating of Centered in the compute() 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 temporary Eigen::MatrixXd.