Home
last modified time | relevance | path

Searched refs:m_upperProfileSize (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineStorage.h36 m_upperProfileSize(0), in SkylineStorage()
50 m_upperProfileSize(0), in SkylineStorage()
57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
61 memcpy(m_upperProfile, other.m_upperProfile, m_upperProfileSize * sizeof (Index));
95 … reallocate(m_diagSize, m_upperProfileSize, m_lowerProfileSize, m_upperSize, m_lowerSize); in squeeze()
104 m_upperProfileSize = upperProfileSize;
121 return m_upperProfileSize; in upperProfileSize()
214 Index copyUpperProfileSize = (std::min)(upperProfileSize, m_upperProfileSize); in reallocate()
251 Index m_upperProfileSize; variable