bug #1285: fix regression introduced in changeset 00c29c2cae
This commit is contained in:
parent
e4d4d15588
commit
73c8f2f697
@ -436,7 +436,7 @@ template<typename _MatrixType> class FullPivLU
|
||||
Index m_nonzero_pivots;
|
||||
RealScalar m_l1_norm;
|
||||
RealScalar m_maxpivot, m_prescribedThreshold;
|
||||
char m_det_pq;
|
||||
signed char m_det_pq;
|
||||
bool m_isInitialized, m_usePrescribedThreshold;
|
||||
};
|
||||
|
||||
|
||||
@ -284,7 +284,7 @@ template<typename _MatrixType> class PartialPivLU
|
||||
PermutationType m_p;
|
||||
TranspositionType m_rowsTranspositions;
|
||||
RealScalar m_l1_norm;
|
||||
char m_det_p;
|
||||
signed char m_det_p;
|
||||
bool m_isInitialized;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user