Home
last modified time | relevance | path

Searched refs:otherE (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java734 Entry otherE = null; in outerProduct() local
735 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()