Remove unused variable in SparseLU.h

This commit is contained in:
Florian Maurin 2021-01-22 22:24:11 +00:00
parent f0e46ed5d4
commit c35965b381

View File

@ -587,7 +587,6 @@ void SparseLU<MatrixType, OrderingType>::factorize(const MatrixType& matrix)
// (a) a relaxed supernode at the bottom of the etree, or
// (b) panel_size contiguous columns, <panel_size> defined by the user
Index jcol;
IndexVector panel_histo(n);
Index pivrow; // Pivotal row number in the original row matrix
Index nseg1; // Number of segments in U-column above panel row jcol
Index nseg; // Number of segments in each U-column