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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DMatrixUtils.java33 public static class MatrixOperationFailedException extends Exception { class in class:MatrixUtils
36 public MatrixOperationFailedException(String msg) { method in class:MatrixUtils.MatrixOperationFailedException
73 final float[][] squareMatrix1, final int size) throws MatrixOperationFailedException {
76 throw new MatrixOperationFailedException("Inverse failed. Invalid pivot");
102 final float[][] inverseMatrix) throws MatrixOperationFailedException {
106 throw new MatrixOperationFailedException(
124 final float[][] retval) throws MatrixOperationFailedException {
126 throw new MatrixOperationFailedException(
133 throw new MatrixOperationFailedException(

Completed in 62 milliseconds