Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DRealVector.java581 RealVector mapCbrtToSelf(); in mapCbrtToSelf() method
DAbstractRealVector.java406 return copy().mapCbrtToSelf(); in mapCbrt()
410 public RealVector mapCbrtToSelf() { in mapCbrtToSelf() method in AbstractRealVector
DArrayRealVector.java539 public RealVector mapCbrtToSelf() { in mapCbrtToSelf() method in ArrayRealVector