Matrix logarithm

版本 1.1.0.0 (7.5 KB) 作者: Nick Higham
Two functions for computing the matrix logarithm by the inverse scaling and squaring method.
460.0 次下载
更新时间 2011/10/24

查看许可证

This submission contains two functions for computing the matrix
logarithm by the inverse scaling and squaring method. LOGM_NEW uses a
Schur decomposition, while LOGM_ISS_FULL is transformation-free and
works entirely with the original matrix. Both incorporate several
improvements over previous algorithms.

Function TEST.M runs a simple test of the codes.

Details on the underlying algorithms can be found in

A. H. Al-Mohy and N. J. Higham. Improved Inverse Scaling and Squaring
Algorithms for the Matrix Logarithm. MIMS EPrint 2011.83, The University
of Manchester, October 2011. http://eprints.ma.man.ac.uk/1687

引用格式

Nick Higham (2024). Matrix logarithm (https://www.mathworks.com/matlabcentral/fileexchange/33393-matrix-logarithm), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Added link to http://www.mathworks.com/matlabcentral/fileexchange/20820-the-matrix-function-toolbox, which I had forgotten about.

1.0.0.0