Computes the singular value decomposition.
input M x N matrix
If true the first min(M,N) columns of u and the first min(M,N) rows of vt are returned in the ndslices u and vt. out result = SvdResult. ]
error code from CBlas
See Implementation
Computes the singular value decomposition.