Searched refs:getV (Results 1 – 11 of 11) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | SingularValueDecompositionImpl.java | 122 cachedV = eigenDecomposition.getV(); in SingularValueDecompositionImpl() 126 cachedU = eigenDecomposition.getV().getSubMatrix(0, m - 1, 0, p - 1); in SingularValueDecompositionImpl() 133 cachedU = eigenDecomposition.getV(); in SingularValueDecompositionImpl() 138 cachedV = eigenDecomposition.getV().getSubMatrix(0,n-1,0,p-1); in SingularValueDecompositionImpl() 193 public RealMatrix getV() throws InvalidMatrixException { in getV() method in SingularValueDecompositionImpl 203 cachedVt = getV().transpose(); in getVT() 268 return new Solver(singularValues, getUT(), getV(), getRank() == Math in getSolver()
|
D | EigenDecomposition.java | 55 RealMatrix getV(); in getV() method
|
D | SingularValueDecomposition.java | 93 RealMatrix getV(); in getV() method
|
D | BiDiagonalTransformer.java | 169 public RealMatrix getV() { in getV() method in BiDiagonalTransformer
|
D | EigenDecompositionImpl.java | 159 public RealMatrix getV() throws InvalidMatrixException { in getV() method in EigenDecompositionImpl
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue115/ |
D | ParameterizedJavaBeanTest.java | 37 assertEquals("ID47", beanParsed.getV()); in testAsStandalone() 53 assertEquals("Val432", issueParsed.getBean().getV()); in testAsJavaBeanProperty()
|
D | ParameterizedBean.java | 30 public V getV() { in getV() method in ParameterizedBean
|
/external/clang/test/CodeGenCXX/ |
D | catch-undef-behavior.cpp | 437 V getV(); 448 const S& s = getV(); in upcast_to_vbase()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 1993 Expr *getV() { return cast_or_null<Expr>(*std::next(child_begin(), 3)); } in getV() function 1994 const Expr *getV() const { in getV() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 2315 Record.AddStmt(D->getV()); in VisitOMPAtomicDirective()
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 3236 S.getV(), S.getExpr(), S.getUpdateExpr(), in EmitOMPAtomicDirective()
|