[Chapel Merge] Add a use of the IO module to LinearAlgebra.leastS

Branch: refs/heads/master
Revision: bb83b55
Author: lydia-duncan
Log Message:

Merge pull request #16763 from lydia-duncan/fixLinearAlgebraTests

Add a use of the IO module to LinearAlgebra.leastSquares and a test file
[reviewed by @ben-albrecht]

Now that we have returned to respecting the privacy of use and import
statements when resolving methods, we need to add an explicit use of the IO
module in order to find string.format.

The tests that failed last night now pass with this change

Modified Files:
M modules/packages/LinearAlgebra.chpl
M test/library/packages/LinearAlgebra/correctness/testEigen.chpl

Compare: https://github.com/chapel-lang/chapel/compare/2b7fddc5a6d2...bb83b550b4bc