Include Scaling.h in IterativeSolvers module

Summary

  • Add the missing #include "src/IterativeSolvers/Scaling.h" to the IterativeSolvers umbrella header
  • IterScaling was documented but unreachable without a direct path include

Test plan

  • #include <unsupported/Eigen/IterativeSolvers> compiles
  • IterScaling can be instantiated and used

Closes #3002 (closed)

Merge request reports

Loading