Home
last modified time | relevance | path

Searched defs:getInverse (Results 1 – 25 of 26) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
DFieldDecompositionSolver.java78 FieldMatrix<T> getInverse(); in getInverse() method
DDecompositionSolver.java96 RealMatrix getInverse() throws SingularMatrixException; in getInverse() method
DRRQRDecomposition.java240 public RealMatrix getInverse() { in getInverse() method in RRQRDecomposition.Solver
DCholeskyDecomposition.java315 public RealMatrix getInverse() { in getInverse() method in CholeskyDecomposition.Solver
DFieldLUDecomposition.java451 public FieldMatrix<T> getInverse() { in getInverse() method in FieldLUDecomposition.Solver
DLUDecomposition.java405 public RealMatrix getInverse() { in getInverse() method in LUDecomposition.Solver
DQRDecomposition.java488 public RealMatrix getInverse() { in getInverse() method in QRDecomposition.Solver
DEigenDecomposition.java536 public RealMatrix getInverse() { in getInverse() method in EigenDecomposition.Solver
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DDecompositionSolver.java81 RealMatrix getInverse() in getInverse() method
DFieldDecompositionSolver.java83 FieldMatrix<T> getInverse() in getInverse() method
DSingularValueDecompositionImpl.java373 public RealMatrix getInverse() { in getInverse() method in SingularValueDecompositionImpl.Solver
DCholeskyDecompositionImpl.java350 public RealMatrix getInverse() throws InvalidMatrixException { in getInverse() method in CholeskyDecompositionImpl.Solver
DLUDecompositionImpl.java417 public RealMatrix getInverse() throws InvalidMatrixException { in getInverse() method in LUDecompositionImpl.Solver
DFieldLUDecompositionImpl.java422 public FieldMatrix<T> getInverse() throws InvalidMatrixException { in getInverse() method in FieldLUDecompositionImpl.Solver
DQRDecompositionImpl.java446 public RealMatrix getInverse() in getInverse() method in QRDecompositionImpl.Solver
DEigenDecompositionImpl.java426 public RealMatrix getInverse() throws InvalidMatrixException { in getInverse() method in EigenDecompositionImpl.Solver
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/reflection/util/
DReflectionUtils.java58 private static Map<String, String> getInverse() { in getInverse() method in ReflectionUtils
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/
DMethodHandleType.java71 private static Map<String, Integer> getInverse() { in getInverse() method in MethodHandleType
/external/apache-commons-math/src/main/java/org/apache/commons/math3/complex/
DQuaternion.java339 public Quaternion getInverse() { in getInverse() method in Quaternion
/external/llvm/include/llvm/Support/
DScaledNumber.h527 static ScaledNumber getInverse(uint64_t N) { in getInverse() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DScaledNumber.h526 static ScaledNumber getInverse(uint64_t N) { in getInverse() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h526 static ScaledNumber getInverse(uint64_t N) { in getInverse() function
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliterator.java1880 public final Transliterator getInverse() { in getInverse() method in Transliterator
/external/icu/icu4j/main/translit/src/main/java/com/ibm/icu/text/
DTransliterator.java1949 public final Transliterator getInverse() { in getInverse() method in Transliterator
/external/guava/android/guava/src/com/google/common/collect/
DHashBiMap.java270 K getInverse(@CheckForNull Object value) { in getInverse() method in HashBiMap

12