Searched defs:getU (Results 1 – 9 of 9) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ | ||
D | FieldLUDecomposition.java | 62 FieldMatrix<T> getU(); in getU() method |
D | LUDecomposition.java | 60 RealMatrix getU(); in getU() method |
D | SingularValueDecomposition.java | 61 RealMatrix getU(); in getU() method |
D | SingularValueDecompositionImpl.java | 157 public RealMatrix getU() throws InvalidMatrixException { in getU() method in SingularValueDecompositionImpl |
D | BiDiagonalTransformer.java | 88 public RealMatrix getU() { in getU() method in BiDiagonalTransformer |
D | FieldLUDecompositionImpl.java | 172 public FieldMatrix<T> getU() { in getU() method in FieldLUDecompositionImpl |
D | LUDecompositionImpl.java | 181 public RealMatrix getU() { in getU() method in LUDecompositionImpl |
/external/llvm/lib/Support/ | ||
D | DataExtractor.cpp | 17 static T getU(uint32_t *offset_ptr, const DataExtractor *de, in getU() function |
D | ScaledNumber.cpp | 25 auto getU = [](uint64_t N) { return N >> 32; }; in multiply64() local |