Sparse null space and orthogonal

版本 1.2.0.0 (2.4 KB) 作者: Bruno Luong
NULL space and ORTHOGONAL basis for sparse matrix
1.2K 次下载
更新时间 2010/5/10

查看许可证

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
类别
Help CenterMATLAB Answers 中查找有关 Sparse Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

SparseNullOrth/

版本 已发布 发行说明
1.2.0.0

Change the title

1.0.0.0