The singular value decomposition of input matrix \(A\) is computed and matrix \(U\), \(S\), \(V\) is generated. \[A = USV^*\] In this design, only square matrix is supported. The iterative two-sided Jacobi method is used in this API.