Lines Matching refs:lowerProfile
139 return &m_data.lowerProfile(0);
143 return &m_data.lowerProfile(0);
167 const Index minInnerIndex = outer - m_data.lowerProfile(outer);
169 return this->m_data.lower(m_rowStartIndex[outer] + inner - (outer - m_data.lowerProfile(outer)));
185 const Index maxInnerIndex = outer + m_data.lowerProfile(outer);
214 const Index minInnerIndex = outer - m_data.lowerProfile(outer);
216 return this->m_data.lower(m_rowStartIndex[outer] + inner - (outer - m_data.lowerProfile(outer)));
227 const Index maxInnerIndex = outer + m_data.lowerProfile(outer);
249 const Index minInnerIndex = outer - m_data.lowerProfile(outer);
251 return this->m_data.lower(m_rowStartIndex[outer] + inner - (outer - m_data.lowerProfile(outer)));
256 const Index maxInnerIndex = outer + m_data.lowerProfile(outer);
302 const Index minInnerIndex = outer - m_data.lowerProfile(outer);
304 return this->m_data.lower(m_rowStartIndex[outer] + inner - (outer - m_data.lowerProfile(outer)));
306 const Index maxInnerIndex = outer + m_data.lowerProfile(outer);
321 const Index minInnerIndex = outer - m_data.lowerProfile(outer);
324 const Index maxInnerIndex = outer + m_data.lowerProfile(outer);
448 const Index minInnerIndex = outer - m_data.lowerProfile(outer);
451 const Index previousProfile = m_data.lowerProfile(outer);
452 m_data.lowerProfile(outer) = outer - inner;
454 const Index bandIncrement = m_data.lowerProfile(outer) - previousProfile;
472 return m_data.lower(m_rowStartIndex[outer] + inner - (outer - m_data.lowerProfile(outer)));
505 const Index maxInnerIndex = outer + m_data.lowerProfile(outer);
508 const Index previousProfile = m_data.lowerProfile(outer);
509 m_data.lowerProfile(outer) = inner - outer;
511 const Index bandIncrement = m_data.lowerProfile(outer) - previousProfile;
524 return m_data.lower(m_colStartIndex[outer] + m_data.lowerProfile(outer));
561 // m_rowStartIndex[rows()] = m_rowStartIndex[rows()-1] + m_data.lowerProfile(rows()-1);
708 std::cout << m.m_data.lowerProfile(i) << "\t";
831 return IsRowMajor ? m_outer - m_matrix.m_data.lowerProfile(m_outer) + (m_id - m_start) :
845 return m_matrix.m_data.lowerProfile(m_outer);