Sparse null space and orthogonal
版本 1.2.0.0 (2.4 KB) 作者:
Bruno Luong
NULL space and ORTHOGONAL basis for sparse matrix
Two simple functions that compute the NULL space and ORTHOGONAL basis of a sparse matrix using QR decomposition with row permutation.
For FULL matrices, Matlab stock functions NULL and ORTH use SVD decomposition, which is not available for SPARSE matrix.
Since Matlab 2009B (?), QR decomposition is available for sparse matrices, which can be used to estimate the orthogonal basis without converting matrix in FULL.
引用格式
Bruno Luong (2025). Sparse null space and orthogonal (https://ww2.mathworks.cn/matlabcentral/fileexchange/27550-sparse-null-space-and-orthogonal), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2010a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Mathematics > Sparse Matrices >
在 Help Center 和 MATLAB Answers 中查找有关 Sparse Matrices 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!