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