Eigen 3.2 RC1 发布,线性算术的C++模板库终于宣布发布了。
我们先来看一下Eigen 3.2 RC1 引入了的些新特性,包括:
isFinite and hasNaN reductions,
vector-wise normalize and normalized functions,
support for mixed static/dynamic sizes in .block(),
sparse determinant computation through SparseLU,
access to L and U factors in SparseLU,
access to the Q factor in SparseQR.
此外还修复了很多 bug,显著提升 BiCGSTAB 和 JacobiSVD::solve() 的可靠性.
Eigen 是一个线性算术的C++模板库,包括:vectors, matrices, 以及相关算法。功能强大、快速、优雅以及支持多平台。