Searched refs:otherE (Results 1 – 1 of 1) sorted by relevance
734 Entry otherE = null; in outerProduct() local735 while (otherIt.hasNext() && (otherE = otherIt.next()) != null) { in outerProduct()736 product.setEntry(thisE.getIndex(), otherE.getIndex(), in outerProduct()737 thisE.getValue() * otherE.getValue()); in outerProduct()