aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Cholesky
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/Cholesky
parentcc90495e3091ef68927c8d3f1999fc618aec0c77 (diff)
s/cholesky/llt in precompiled lib and BTL
Diffstat (limited to 'Eigen/Cholesky')
-rw-r--r--Eigen/Cholesky4
1 files changed, 2 insertions, 2 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); \