When using "inv()" in a thread-based parallel environment, can multiple threads be applied to a single instance of "inv()"?
显示 更早的评论
I have 48 threads and 256 GB of RAM available to invert as large an impedance matrix as possible, which will be painful. I do need the mobility matrix to then find the impedance matrix of the unforced partition by inverting only that partition. I do not want to miss an oppurtunity to relieve the pain. The documentation says that the "inv()" command is fully compatiable with a thread based environment; however, I can only take this to mean that the "inv()" command may be used on individual threads and that there is not necessarily a way to use multiple threads to apply to a single instance of the "inv()" command. If not, I will probably implment a heirarchical blocked matrix approach.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Operating on Diagonal Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!