Home
last modified time | relevance | path

Searched defs:getV (Results 1 – 7 of 7) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue115/
DParameterizedBean.java30 public V getV() { in getV() method in ParameterizedBean
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DSingularValueDecomposition.java93 RealMatrix getV(); in getV() method
DEigenDecomposition.java55 RealMatrix getV(); in getV() method
DSingularValueDecompositionImpl.java193 public RealMatrix getV() throws InvalidMatrixException { in getV() method in SingularValueDecompositionImpl
DBiDiagonalTransformer.java169 public RealMatrix getV() { in getV() method in BiDiagonalTransformer
DEigenDecompositionImpl.java159 public RealMatrix getV() throws InvalidMatrixException { in getV() method in EigenDecompositionImpl
/external/clang/include/clang/AST/
DStmtOpenMP.h1993 Expr *getV() { return cast_or_null<Expr>(*std::next(child_begin(), 3)); } in getV() function
1994 const Expr *getV() const { in getV() function