Searched defs:getVT (Results 1 - 6 of 6) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DEigenDecomposition.java31 * <li>a {@link #getVT() getVt} method has been added,</li>
77 RealMatrix getVT(); method in interface:EigenDecomposition
H A DSingularValueDecomposition.java44 * <li>a {@link #getVT() getVT} method has been added,</li>
91 * @see #getVT()
101 RealMatrix getVT(); method in interface:SingularValueDecomposition
H A DEigenDecompositionImpl.java183 public RealMatrix getVT() throws InvalidMatrixException { method in class:EigenDecompositionImpl
H A DSingularValueDecompositionImpl.java200 public RealMatrix getVT() throws InvalidMatrixException { method in class:SingularValueDecompositionImpl
228 getVT().walkInOptimizedOrder(new DefaultRealMatrixPreservingVisitor() {
/external/llvm/lib/IR/
H A DValueTypes.cpp276 MVT MVT::getVT(Type *Ty, bool HandleUnknown){ function in class:MVT
296 getVT(VTy->getElementType(), false), VTy->getNumElements());
307 return MVT::getVT(Ty, HandleUnknown);
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h837 MVT::SimpleValueType getVT() const { return VT; } function in class:llvm::EmitIntegerMatcher
862 MVT::SimpleValueType getVT() const { return VT; } function in class:llvm::EmitStringIntegerMatcher
888 MVT::SimpleValueType getVT() const { return VT; } function in class:llvm::EmitRegisterMatcher
1041 MVT::SimpleValueType getVT(unsigned i) const { function in class:llvm::EmitNodeMatcherCommon

Completed in 678 milliseconds