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_LAPACKE.h 51 m_matUisUptodate = false; \
58 m_matUisUptodate = computeU; \
79 m_matUisUptodate = computeU; \
ComplexSchur.h 99 m_matUisUptodate(false),
118 m_matUisUptodate(false),
141 eigen_assert(m_matUisUptodate && "The matrix U has not been computed during the ComplexSchur decomposition.");
252 bool m_matUisUptodate;
321 m_matUisUptodate = false;
330 m_matUisUptodate = computeU;
454 m_matUisUptodate = computeU;
RealSchur_LAPACKE.h 65 m_matUisUptodate = computeU; \
RealSchur.h 89 m_matUisUptodate(false),
110 m_matUisUptodate(false),
130 eigen_assert(m_matUisUptodate && "The matrix U has not been computed during the RealSchur decomposition.");
233 bool m_matUisUptodate;
266 m_matUisUptodate = computeU;
347 m_matUisUptodate = computeU;

Completed in 367 milliseconds