标签: boost lapack lapack++
我想解决以下步骤:
填充boost :: numeric :: ublas :: compressed_matrix;
现在,我需要应用Cholesky分解。
最后,我需要解决'Ax = b',其中'A'是由Cholesky算法分解的boost的compressed_matrix。那么如何使用boost和/或LAPACK的算法或函数来解决'x'?
提前致谢。
LUP