Include Scaling.h in IterativeSolvers module
Summary
- Add the missing
#include "src/IterativeSolvers/Scaling.h"to theIterativeSolversumbrella header -
IterScalingwas documented but unreachable without a direct path include
Test plan
-
#include <unsupported/Eigen/IterativeSolvers>compiles -
IterScalingcan be instantiated and used
Closes #3002 (closed)