114 VectorValue *
const y = & m_y(0,iBlockRow);
116 const size_type iEntryBegin = m_A.graph.row_map[ iBlockRow ];
117 const size_type iEntryEnd = m_A.graph.row_map[ iBlockRow + 1 ];
120 for (
size_type j = 0 ;
j < m_A.block.dimension() ; ++
j ) { y[
j] = 0 ; }
122 for (
size_type iEntry = iEntryBegin ; iEntry < iEntryEnd ; ++iEntry ) {
123 const VectorValue *
const x = & m_x( 0 , m_A.graph.entries(iEntry) );
124 const MatrixValue *
const a = & m_A.values( 0 , iEntry );