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