s/cholesky/llt in precompiled lib and BTL

This commit is contained in:
Gael Guennebaud
2009-02-06 14:01:01 +00:00
parent cc90495e30
commit 19b035ee11
4 changed files with 7 additions and 8 deletions

View File

@@ -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