Home
last modified time | relevance | path

Searched defs:getU (Results 1 – 12 of 12) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DLUDecomposition.java60 RealMatrix getU(); in getU() method
DFieldLUDecomposition.java62 FieldMatrix<T> getU(); in getU() method
DSingularValueDecomposition.java61 RealMatrix getU(); in getU() method
DSingularValueDecompositionImpl.java157 public RealMatrix getU() throws InvalidMatrixException { in getU() method in SingularValueDecompositionImpl
DBiDiagonalTransformer.java88 public RealMatrix getU() { in getU() method in BiDiagonalTransformer
DFieldLUDecompositionImpl.java172 public FieldMatrix<T> getU() { in getU() method in FieldLUDecompositionImpl
DLUDecompositionImpl.java181 public RealMatrix getU() { in getU() method in LUDecompositionImpl
/external/swiftshader/third_party/LLVM/lib/Support/
DDataExtractor.cpp17 static T getU(uint32_t *offset_ptr, const DataExtractor *de, in getU() function
/external/llvm/lib/Support/
DDataExtractor.cpp17 static T getU(uint32_t *offset_ptr, const DataExtractor *de, in getU() function
DScaledNumber.cpp26 auto getU = [](uint64_t N) { return N >> 32; }; in multiply64() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDataExtractor.cpp17 static T getU(uint32_t *offset_ptr, const DataExtractor *de, in getU() function
DScaledNumber.cpp26 auto getU = [](uint64_t N) { return N >> 32; }; in multiply64() local