mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-20 11:56: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:
|
// blocking size:
|
||||||
blocked_lu(trows+bs, bs, &lu.coeffRef(k,k), luStride,
|
blocked_lu(trows+bs, bs, &lu.coeffRef(k,k), luStride,
|
||||||
row_transpositions+k, nb_transpositions_in_panel, 16);
|
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
|
// update permutations and apply them to A10
|
||||||
for(int i=k;i<k+bs; ++i)
|
for(int i=k;i<k+bs; ++i)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user