Replace std::valarray with Eigen::VectorXd
Replace std::valarray with Eigen::VectorXd
For consistency mainly, but also save one instantiation of the shape functions. Also the valarray is kind of obsolete and Eigen provides equivalent substitute.
- [-] Feature description was added to the changelog
-
Tests covering your feature were added? Existing tests -
Any new feature or behaviour change was documented?