aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-02-06 14:01:01 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-02-06 14:01:01 +0000
commit19b035ee11093965387833ea7baece5e8f571602 (patch)
tree18dc52723cc589ccce74eaaeee3000da86f40ffc /Eigen
parentcc90495e3091ef68927c8d3f1999fc618aec0c77 (diff)
s/cholesky/llt in precompiled lib and BTL
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/Cholesky4
-rw-r--r--Eigen/src/Cholesky/LDLT.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/Eigen/Cholesky b/Eigen/Cholesky
index 37b0b3e36..f1806f726 100644
--- a/Eigen/Cholesky
+++ b/Eigen/Cholesky
@@ -38,8 +38,8 @@ namespace Eigen {
} // namespace Eigen
#define EIGEN_CHOLESKY_MODULE_INSTANTIATE_TYPE(MATRIXTYPE,PREFIX) \
- PREFIX template class Cholesky<MATRIXTYPE>; \
- PREFIX template class CholeskyWithoutSquareRoot<MATRIXTYPE>
+ PREFIX template class LLT<MATRIXTYPE>; \
+ PREFIX template class LDLT<MATRIXTYPE>
#define EIGEN_CHOLESKY_MODULE_INSTANTIATE(PREFIX) \
EIGEN_CHOLESKY_MODULE_INSTANTIATE_TYPE(Matrix2f,PREFIX); \
diff --git a/Eigen/src/Cholesky/LDLT.h b/Eigen/src/Cholesky/LDLT.h
index eeccf9725..c9f49e896 100644
--- a/Eigen/src/Cholesky/LDLT.h
+++ b/Eigen/src/Cholesky/LDLT.h
@@ -132,7 +132,7 @@ void LDLT<MatrixType>::compute(const MatrixType& a)
return;
}
- RealScalar cutoff, biggest_in_corner;
+ RealScalar cutoff = 0, biggest_in_corner;
// By using a temorary, packet-aligned products are guarenteed. In the LLT
// case this is unnecessary because the diagonal is included and will always