Struct SVD_ret_t¶
Defined in File linalg.hpp
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 \).