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()
117 m_matUisUptodate(false),
140 …eigen_assert(m_matUisUptodate && "The matrix U has not been computed during the ComplexSchur decom… in matrixU()
250 bool m_matUisUptodate; variable
318 m_matUisUptodate = false;
327 m_matUisUptodate = computeU;
451 m_matUisUptodate = computeU;
DComplexSchur_MKL.h54 m_matUisUptodate = false; \
61 m_matUisUptodate = computeU; \
82 m_matUisUptodate = computeU; \
DRealSchur.h89 m_matUisUptodate(false), in m_matT()
109 m_matUisUptodate(false),
129 …eigen_assert(m_matUisUptodate && "The matrix U has not been computed during the RealSchur decompos… in matrixU()
231 bool m_matUisUptodate; variable
326 m_matUisUptodate = computeU; in computeFromHessenberg()
DRealSchur_MKL.h71 m_matUisUptodate = computeU; \