04 2017 档案

摘要:Eigen是一个能够进行线性代数运算的C++开源软件包,包含矩阵和矢量操作,Matlab中对矩阵的大多数操作都可以在Eigen中找到。 最近需要计算厄米特矩阵的逆,基于LLT分解和LDLT分解,自己写了几个代码,但精度不是很高,所以考虑了使用Eigen,精度和准确性还是蛮高的。 网址: http:/ 阅读全文
posted @ 2017-04-29 17:50 alliance 阅读(4006) 评论(0) 推荐(0)
摘要:转载自: Introduction to MPI - Part II (Youtube) Buffering Suppose we have These are blocking communications, which means they will not return until the a 阅读全文
posted @ 2017-04-18 13:10 alliance 阅读(1973) 评论(0) 推荐(0)