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

  /external/eigen/Eigen/src/SVD/
SVDBase.h 232 bool m_isInitialized, m_isAllocated, m_usePrescribedThreshold;
245 m_isAllocated(false),
279 if (m_isAllocated &&
290 m_isAllocated = true;
JacobiSVD.h 588 using Base::m_isAllocated;
617 if (m_isAllocated &&
628 m_isAllocated = true;
    [all...]

Completed in 269 milliseconds