Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DRealVector.java377 RealVector mapCoshToSelf(); in mapCoshToSelf() method
DAbstractRealVector.java448 return copy().mapCoshToSelf(); in mapCosh()
452 public RealVector mapCoshToSelf() { in mapCoshToSelf() method in AbstractRealVector
DArrayRealVector.java431 public RealVector mapCoshToSelf() { in mapCoshToSelf() method in ArrayRealVector