Add full pivoting to LDLT decomposition.

This commit is contained in:
Keir Mierle
2009-02-03 17:50:35 +00:00
parent 6c5868cc99
commit b9a82be727
3 changed files with 130 additions and 47 deletions

View File

@@ -44,7 +44,7 @@ namespace Eigen
#define EI_PP_MAKE_STRING2(S) #S
#define EI_PP_MAKE_STRING(S) EI_PP_MAKE_STRING2(S)
#define EIGEN_DEFAULT_IO_FORMAT IOFormat(4, AlignCols, " ", "\n", "", "", "", "")
#ifndef EIGEN_NO_ASSERTION_CHECKING