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

  /external/eigen/unsupported/Eigen/src/SVD/
SVDBase.h 171 bool m_isInitialized, m_isAllocated;
184 m_isAllocated(false),
198 if (m_isAllocated &&
209 m_isAllocated = true;
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 538 m_isAllocated(false),
553 m_isAllocated(false),
573 m_isAllocated(false),
756 bool m_isInitialized, m_isAllocated, m_usePrescribedThreshold;
778 if (m_isAllocated &&
789 m_isAllocated = true;
    [all...]

Completed in 4577 milliseconds