Searched refs:getUT (Results 1 – 2 of 2) sorted by relevance
69 RealMatrix getUT(); in getUT() method
164 public RealMatrix getUT() throws InvalidMatrixException { in getUT() method in SingularValueDecompositionImpl268 return new Solver(singularValues, getUT(), getV(), getRank() == Math in getSolver()