Sparse sub access
This package allows to retrieve and assign values of sparse matrix in one shot.
現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
引用
Bruno Luong (2026). Sparse sub access (https://jp.mathworks.com/matlabcentral/fileexchange/23488-sparse-sub-access), MATLAB Central File Exchange. に取得済み.
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.11.0 | When passing scalar row or column, it will automatically expanded to match the other |
||
| 1.9.0 | switch the sort-engine of setsparse to introsort which is more stable than quicksort (previously used) in term of complexity |
||
| 1.8.0 | Workaround for BUG of LCC (related to "|" operator in expression with int64) |
||
| 1.7.0 | Correct bug when calling setspvalmex.c with empty indice.
|
||
| 1.6.0 | Correct a bug in setspvalmex.c, which concerns 64-bit only |
||
| 1.5.0 | A new mex sparse assign engine is developped from scratch using quicksort. Finally, we beat adding routine by about 40% of speed. More comprehensive calibration routine is included. |
||
| 1.4.0 | More comprehensive calibration
|
||
| 1.3.0 | A brand new mex implementation that overcome Matlab indexing Bug (32 bit platform) and improve the speed by approximately a factor of 4. |
||
| 1.2.0 | Adjust the maximum of linear index allowed according to bug information communicated by The Mathworks (applicable only for 32-bit platform, v.2009A or previous) |
||
| 1.1.0 | Add a feature of bi-variate function-handle when assign values |
||
| 1.0.0 |