mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
s/cholesky/llt in precompiled lib and BTL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user