mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-18 14:34:17 +08:00
fix determinant in PartialLU
This commit is contained in:
parent
1d1e4884da
commit
2707a6b87c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user