HomeSort by relevance Sort by last modified time
    Searched defs:m_matUisUptodate (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 99 m_matUisUptodate(false),
117 m_matUisUptodate(false),
140 eigen_assert(m_matUisUptodate && "The matrix U has not been computed during the ComplexSchur decomposition.");
250 bool m_matUisUptodate;
318 m_matUisUptodate = false;
327 m_matUisUptodate = computeU;
451 m_matUisUptodate = computeU;
RealSchur.h 89 m_matUisUptodate(false),
109 m_matUisUptodate(false),
129 eigen_assert(m_matUisUptodate && "The matrix U has not been computed during the RealSchur decomposition.");
231 bool m_matUisUptodate;
326 m_matUisUptodate = computeU;

Completed in 81 milliseconds