[eigen] Sparse Cholesky Factors |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Looking at the documentation http://eigen.tuxfamily.org/dox-devel/classEigen_1_1SimplicialLLT.html there is a determinant member functionScalar Eigen::SimplicialLLT< _MatrixType, _UpLo, _Ordering >::determinant() const
For large matrices, the determinant often results in underflow or overflow. Is there also a log-determinant function (to avoid this problem) ?
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |