Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Sometime we need to solve a bunch of small linear (least-square) systems of the same size. This function can accomplish this task conveniently.
The system matrix and RHS are passed as 3D arrays.
Furthermore, calling syntax can support two simplifications:
- same RHS for all systems; or
- single RHS for each system.
Followed an idea from Tim Davis (using sparse)
Citation pour cette source
Bruno Luong (2026). Multiple same-size linear solver (https://fr.mathworks.com/matlabcentral/fileexchange/24260-multiple-same-size-linear-solver), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
A inspiré : Inversion every 2D slice for arbitrary Multi-dimension array.
Informations générales
- Version 1.3.0.0 (4,74 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.3.0.0 | Correct miss-leading MultiProd H1 line |
||
| 1.2.0.0 | - A wrapper to call with arrays that loop on the third dimension
|
||
| 1.1.0.0 | Minor typo correction |
||
| 1.0.0.0 |
