mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-08 05:49:06 +08:00
Bug in 2D block update, disable it for now
This commit is contained in:
parent
4d3b7e2a13
commit
43f74cb5b1
@ -95,7 +95,7 @@ void LU_panel_bmod(const int m, const int w, const int jcol, const int nseg, Sca
|
||||
|
||||
// if the blocks are large enough, use level 3
|
||||
// TODO find better heuristics!
|
||||
if(nsupc >= 50 && nrow > 50 && u_cols>6)
|
||||
if(false && nsupc >= 50 && nrow > 50 && u_cols>6)
|
||||
{
|
||||
Map<Matrix<Scalar,Dynamic,Dynamic> > U(tempv.data(), u_rows, u_cols);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user