Lines Matching refs:itb
922 BlockInnerIterator itb(m, j);
923 for(; itb; ++itb)
925 s << "("<<itb.row() << ", " << itb.col() << ")\n";
926 s << itb.value() <<"\n";
1025 itb(mat, mat.outerToBlock(outer)),
1028 if (itb)
1030 m_id = m_mat.blockInnerIndex(itb.index());
1032 m_end = m_mat.blockInnerIndex(itb.index()+1);
1040 ++itb;
1041 if (itb)
1043 m_id = m_mat.blockInnerIndex(itb.index());
1045 m_end = m_mat.blockInnerIndex(itb.index()+1);
1052 return itb.value().coeff(m_id - m_start, m_offset);
1056 return itb.valueRef().coeff(m_id - m_start, m_offset);
1064 return itb;
1070 BlockInnerIterator itb; // Iterator through the blocks