Home | History | Annotate | Download | only in test

Lines Matching defs:static_array

596     IteratorType static_array[2];
597 static_array[0] = IteratorType(m2,0);
598 static_array[1] = IteratorType(m2,m2.outerSize()-1);
599 VERIFY( static_array[0] || m2.innerVector(static_array[0].outer()).nonZeros() == 0 );
600 VERIFY( static_array[1] || m2.innerVector(static_array[1].outer()).nonZeros() == 0 );
601 if(static_array[0] && static_array[1])
603 ++(static_array[1]);
604 static_array[1] = IteratorType(m2,0);
605 VERIFY( static_array[1] );
606 VERIFY( static_array[1].index() == static_array[0].index() );
607 VERIFY( static_array[1].outer() == static_array[0].outer() );
608 VERIFY( static_array[1].value() == static_array[0].value() );