mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #1285: fix regression introduced in changeset 00c29c2cae
This commit is contained in:
@@ -436,7 +436,7 @@ template<typename _MatrixType> class FullPivLU
|
|||||||
Index m_nonzero_pivots;
|
Index m_nonzero_pivots;
|
||||||
RealScalar m_l1_norm;
|
RealScalar m_l1_norm;
|
||||||
RealScalar m_maxpivot, m_prescribedThreshold;
|
RealScalar m_maxpivot, m_prescribedThreshold;
|
||||||
char m_det_pq;
|
signed char m_det_pq;
|
||||||
bool m_isInitialized, m_usePrescribedThreshold;
|
bool m_isInitialized, m_usePrescribedThreshold;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -284,7 +284,7 @@ template<typename _MatrixType> class PartialPivLU
|
|||||||
PermutationType m_p;
|
PermutationType m_p;
|
||||||
TranspositionType m_rowsTranspositions;
|
TranspositionType m_rowsTranspositions;
|
||||||
RealScalar m_l1_norm;
|
RealScalar m_l1_norm;
|
||||||
char m_det_p;
|
signed char m_det_p;
|
||||||
bool m_isInitialized;
|
bool m_isInitialized;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user