Struct SVD_ret_t

Struct Documentation

struct SVD_ret_t

SVD decomposition for a matrix \( A = U \Sigma V \). The components for the orthogonal matrices are given as \( U = \begin{matrix} U_\text{cos} & U_\text{sin} \\ -U_\text{sin} & U_\text{cos} \end{matrix} \), and similarly for \( V \).

Public Members

f_t Ucos
f_t Usin
f_t Vcos
f_t Vsin
f_t sigma1
f_t sigma2