Smooth singular value decomp. of a real matrix function

Numerical computation of a smooth signed singular value decomposition of an n-by-n real matrix valued function of one real parameter
11 Descargas
Actualizado 30 abr 2025

Ver licencia

This function numerically computes the continuous (signed) SVD of an n-by-n real matrix-valued function FUN of one real parameter. The singular vector matrices are orthogonal; the singular values are arranged in decreasing order and are assumed to be distinct for all values of the parameter. Singular values are allowed to become negative. It is possible to continue a subset of the singular values and singular vectors.
A typical call to realSvdCont is:
[Tout,Uout,Sout,Vout,flag]=realSvdCont(FUN,tspan,params)
See the script example_realSvdCont.m for an example of how to use the function.
The command "help realSvdCont" displays information and functionality of the software.
Please cite the references below if you use this software.
Authors: Alessandra Papini and Alessandro Pugliese

Citar como

L. Dieci, A. Pugliese, "Singular Values of Two-Parameter Matrices: An Algorithm To Accurately Find Their Intersections", Mathematics and Computers in Simulation, Vol. 79, Iss. 4, pp. 1255-1269, 2008. https://doi.org/10.1016/j.matcom.2008.03.012

L. Dieci, M.G. Gasparo, A. Papini, A. Pugliese, "Locating Coalescing Singular Values of Large Two-Parameter Matrices", Mathematics and Computers in Simulation, Vol. 81, Iss. 5, pp. 996-1005, 2011. https://doi.org/10.1016/j.matcom.2010.10.005

Compatibilidad con la versión de MATLAB
Se creó con R2023b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Versión Publicado Notas de la versión
1.0.1

Fixed typos

1.0.0