Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseCore/
DAmbiVector.h118 Index m_llStart; variable
149 m_llStart = -1; in init()
161 m_llCurrent = m_llStart; in restart()
177 m_llStart = -1; in setZero()
194 m_llStart = 0; in coeffRef()
202 else if (i<llElements[m_llStart].index) in coeffRef()
208 el.next = m_llStart; in coeffRef()
209 m_llStart = m_llSize; in coeffRef()
211 m_llCurrent = m_llStart; in coeffRef()
259 if ((m_llSize==0) || (i<llElements[m_llStart].index)) in coeff()
[all …]