Searched defs:inverse (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DMatrixUtils.java42 * A utility function to inverse matrix.
68 * A utility function to inverse matrix. This function calculates answer for each row by
95 * A function to inverse matrix.
96 * The inverse matrix of squareMatrix will be output to inverseMatrix. Please notice that
100 public static void inverse(final float[][] squareMatrix, method in class:MatrixUtils

Completed in 60 milliseconds