Given input matrix m, return matrix U where m = UDV^{T}
m = UDV^{T}
Definition at line 19 of file svd_U.hpp.