Multiple same-size linear solver
版本 1.3.0.0 (4.7 KB) 作者:
Bruno Luong
Solve multiple systems of linear equations of the same size
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)
引用格式
Bruno Luong (2024). Multiple same-size linear solver (https://www.mathworks.com/matlabcentral/fileexchange/24260-multiple-same-size-linear-solver), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2009a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Mathematics > Linear Algebra >
在 Help Center 和 MATLAB Answers 中查找有关 Linear Algebra 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!