Skip to content

Draft: Remove inconsistent Eigen::array constructors (#2227).

Antonio Sánchez requested to merge cantonios/eigen:array into master

Eigen::array is sometimes an alias of std::array, so must have consistent constructors. Also change usage in bench/ to use the consistent constructors.

Fixes #2227.

Edited by Antonio Sánchez

Merge request reports