Fix a number of MSAN failures in SVD tests.
This fixes a few MSAN errors in SVD tests where we find the maximum absolute entry in an uninitialized matrix, while testing handling of options and asserts. Harmless, but undefined behavior, nonetheless.
Edited by Rasmus Munk Larsen