mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix determinant in PartialLU
This commit is contained in:
@@ -312,7 +312,7 @@ struct ei_partial_lu_impl
|
||||
// blocking size:
|
||||
blocked_lu(trows+bs, bs, &lu.coeffRef(k,k), luStride,
|
||||
row_transpositions+k, nb_transpositions_in_panel, 16);
|
||||
nb_transpositions_in_panel += nb_transpositions_in_panel;
|
||||
nb_transpositions += nb_transpositions_in_panel;
|
||||
|
||||
// update permutations and apply them to A10
|
||||
for(int i=k;i<k+bs; ++i)
|
||||
|
||||
Reference in New Issue
Block a user