Sparse null space and orthogonal

バージョン 1.2.0.0 (2.38 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 (2024). Sparse null space and orthogonal (https://www.mathworks.com/matlabcentral/fileexchange/27550-sparse-null-space-and-orthogonal), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSparse Matrices についてさらに検索
謝辞

ヒントを与えたファイル: Computation of the Friedrichs and Poincare constants in 2D/3D

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