mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
bug #1285: fix regression introduced in changeset 00c29c2caef8fb0c6b1d2ba5ecdf6780c0c766d4
This commit is contained in:
parent
e4d4d15588
commit
73c8f2f697
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user