Searched defs:getU (Results 1 – 10 of 10) sorted by relevance
60 RealMatrix getU(); in getU() method
62 FieldMatrix<T> getU(); in getU() method
61 RealMatrix getU(); in getU() method
157 public RealMatrix getU() throws InvalidMatrixException { in getU() method in SingularValueDecompositionImpl
88 public RealMatrix getU() { in getU() method in BiDiagonalTransformer
172 public FieldMatrix<T> getU() { in getU() method in FieldLUDecompositionImpl
181 public RealMatrix getU() { in getU() method in LUDecompositionImpl
17 static T getU(uint32_t *offset_ptr, const DataExtractor *de, in getU() function
26 auto getU = [](uint64_t N) { return N >> 32; }; in multiply64() local