Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
ROT_SVD2X2 can be used when we are solving large matrix SVD problem,
which can be divided into many small matrices such as 2x2.
As a subroutine, it can be applied to solve the subproblems with speed.
It can compute SVD of 2x2 complex matrix at one step finding
two rotation matrices, while iteration-based approach may take several steps.
In real matrix, ROT_DSVD2X2 computes the real rotation matrices to obtain the singular value decomposition of a 2-by-2 real matrix.
Citation pour cette source
Sung-Eun Jo (2026). SVD of 2x2 complex matrix based on two rotation matrices (https://fr.mathworks.com/matlabcentral/fileexchange/48608-svd-of-2x2-complex-matrix-based-on-two-rotation-matrices), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.1.0.0 (30,5 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.1.0.0 | Algorithm is modified by using column-uncorrelated matrix decomposition, as in <http://scicomp.stackexchange.com/questions/8899/robust-algorithm-for-2x2-svd,>
|
||
| 1.0.0.0 |
