Home
last modified time | relevance | path

Searched refs:getUT (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DSingularValueDecomposition.java69 RealMatrix getUT(); in getUT() method
DSingularValueDecompositionImpl.java164 public RealMatrix getUT() throws InvalidMatrixException { in getUT() method in SingularValueDecompositionImpl
268 return new Solver(singularValues, getUT(), getV(), getRank() == Math in getSolver()