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

  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur_MKL.h 54 m_matUisUptodate = false; \
61 m_matUisUptodate = computeU; \
82 m_matUisUptodate = computeU; \
ComplexSchur.h 99 m_matUisUptodate(false)
116 m_matUisUptodate(false)
138 eigen_assert(m_matUisUptodate && "The matrix U has not been computed during the ComplexSchur decomposition.");
207 bool m_matUisUptodate;
273 m_matUisUptodate = false;
282 m_matUisUptodate = computeU;
391 m_matUisUptodate = computeU;
RealSchur_MKL.h 71 m_matUisUptodate = computeU; \
RealSchur.h 89 m_matUisUptodate(false)
108 m_matUisUptodate(false)
127 eigen_assert(m_matUisUptodate && "The matrix U has not been computed during the RealSchur decomposition.");
190 bool m_matUisUptodate;
267 m_matUisUptodate = computeU;

Completed in 569 milliseconds