Lines Matching refs:lower
123 return &m_data.lower(0);
127 return &m_data.lower(0);
165 if (inner < outer) //lower matrix
169 return this->m_data.lower(m_rowStartIndex[outer] + inner - (outer - m_data.lowerProfile(outer)));
183 if (outer < inner) //lower matrix
188 return this->m_data.lower(m_rowStartIndex[outer] + (inner - outer));
212 if (col < row) //lower matrix
216 return this->m_data.lower(m_rowStartIndex[outer] + inner - (outer - m_data.lowerProfile(outer)));
225 if (outer < inner) //lower matrix
229 return this->m_data.lower(m_rowStartIndex[outer] + (inner - outer));
251 return this->m_data.lower(m_rowStartIndex[outer] + inner - (outer - m_data.lowerProfile(outer)));
258 return this->m_data.lower(m_rowStartIndex[outer] + (inner - outer));
304 return this->m_data.lower(m_rowStartIndex[outer] + inner - (outer - m_data.lowerProfile(outer)));
308 return this->m_data.lower(m_rowStartIndex[outer] + (inner - outer));
446 if (outer > inner) //lower matrix
461 m_data.lower(innerIdx + bandIncrement) = m_data.lower(innerIdx);
470 return m_data.lower(m_rowStartIndex[outer]);
472 return m_data.lower(m_rowStartIndex[outer] + inner - (outer - m_data.lowerProfile(outer)));
503 if (outer < inner) //lower matrix
517 m_data.lower(innerIdx + bandIncrement) = m_data.lower(innerIdx);
524 return m_data.lower(m_colStartIndex[outer] + m_data.lowerProfile(outer));
526 return m_data.lower(m_colStartIndex[outer] + (inner - outer));
696 std::cout << "lower startIdx : " << std::endl;
702 std::cout << "lower elements : " << std::endl;
704 std::cout << m.m_data.lower(i) << "\t";
706 std::cout << "lower profile : " << std::endl;
710 std::cout << "lower startIdx : " << std::endl;
819 return m_matrix.m_data.lower(m_id);
823 return const_cast<Scalar*> (&(m_matrix.m_data.lower(m_id)));
827 return const_cast<Scalar&> (m_matrix.m_data.lower(m_id));