Home
last modified time | relevance | path

Searched refs:m_matUisUptodate (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
DComplexSchur.h99 m_matUisUptodate(false), in m_matT()
118 m_matUisUptodate(false),
141 …eigen_assert(m_matUisUptodate && "The matrix U has not been computed during the ComplexSchur decom… in matrixU()
252 bool m_matUisUptodate; variable
321 m_matUisUptodate = false;
330 m_matUisUptodate = computeU;
454 m_matUisUptodate = computeU;
DComplexSchur_LAPACKE.h51 m_matUisUptodate = false; \
58 m_matUisUptodate = computeU; \
79 m_matUisUptodate = computeU; \
DRealSchur.h89 m_matUisUptodate(false), in m_matT()
110 m_matUisUptodate(false),
130 …eigen_assert(m_matUisUptodate && "The matrix U has not been computed during the RealSchur decompos… in matrixU()
233 bool m_matUisUptodate; variable
266 m_matUisUptodate = computeU; in compute()
347 m_matUisUptodate = computeU; in computeFromHessenberg()
DRealSchur_LAPACKE.h65 m_matUisUptodate = computeU; \