简体   繁体   中英

parallel matrix inversion in c or c++

嗨,我知道矩阵求逆运算非常昂贵,但就我的情况而言,我需要对其他多个运算求逆,是否有人可以与我共享并行矩阵求逆的示例?

You should check out the Eigen library, it uses many optimizations, including Intel SSE.

http://eigen.tuxfamily.org/index.php?title=Main_Page

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM