Searched refs:m_upperProfile (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h32 m_upperProfile(0),
46 m_upperProfile(0),
61 memcpy(m_upperProfile, other.m_upperProfile, m_upperProfileSize * sizeof (Index));
70 std::swap(m_upperProfile, other.m_upperProfile);
83 delete[] m_upperProfile;
161 return m_upperProfile[i];
165 return m_upperProfile[i];
178 res.m_upperProfile
246 Index* m_upperProfile; member in class:Eigen::SkylineStorage
[all...]

Completed in 64 milliseconds